python312Packages.hishel: 0.0.30 -> 0.0.31 (#343746)

This commit is contained in:
Fabian Affolter 2024-09-22 22:19:14 +02:00 committed by GitHub
commit b9884b40b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hishel";
version = "0.0.30";
version = "0.0.31";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "karpetrosyan";
repo = "hishel";
rev = "refs/tags/${version}";
hash = "sha256-+ine7Q60dT9GyFWGHtbH6G1E4TzTQaY5y9Yxxxbgnp8=";
hash = "sha256-mJPvzGmu0veFlG7jlWdf919qOp3KfGv6SPRcFVFjhnc=";
};
build-system = [