Fabian Affolter
2024-11-16 10:10:36 +01:00
parent 7b16c13623
commit 6e0e40c92e
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hishel";
version = "0.0.33";
version = "0.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "karpetrosyan";
repo = "hishel";
rev = "refs/tags/${version}";
hash = "sha256-zi+13X7u2pk9w2EoYjfl3/Y8O5hHpA0wZx3sSv2vU6U=";
hash = "sha256-V8QiBnOz5l/vjTFf9gKjxth4YsGCYuADlbwiWc7VFds=";
};
build-system = [