python312Packages.hishel: 0.0.30 -> 0.0.31

This commit is contained in:
R. Ryantm
2024-09-22 15:14:59 +00:00
parent 14b0b5a45e
commit ff87ed87ee
@@ -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 = [