3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #212337 from mweinelt/hassil-0.2.5

python3Packages.hassil: 0.2.4 -> 0.2.5
This commit is contained in:
Martin Weinelt 2023-01-24 11:21:55 +00:00 committed by GitHub
commit 51ba9a5345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
let
pname = "hassil";
version = "0.2.4";
version = "0.2.5";
in
buildPythonPackage {
inherit pname version;
@ -24,7 +24,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-lgGo3zK1GN3MEOinXuvT5nCc8LBCxAHiW0CZfS8Yy7Y=";
hash = "sha256-/KEYTY3Y/KKP/r2OBf3R/jE7Sp/hNygC/Gdzk9XIf/0=";
};
nativeBuildInputs = [