Merge pull request #210237 from mweinelt/hassil-0.2.3

This commit is contained in:
Martin Weinelt 2023-01-11 23:25:09 +00:00 committed by GitHub
commit ee96940bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
let
pname = "hassil";
version = "0.1.4";
version = "0.2.3";
in
buildPythonPackage {
inherit pname version;
@ -24,7 +24,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-ygaPdfH2jBk2xvlgt7V8/VcZAtv6Lwsi8g+stK/DdT8=";
hash = "sha256-YT8FgvM0mlB8ri9WHLau+e4m+wyEI4mHWxXbhiI60h0=";
};
nativeBuildInputs = [