python312Packages.hishel: 0.0.24 -> 0.0.25

This commit is contained in:
R. Ryantm 2024-03-27 02:14:44 +00:00
parent e80d1b6300
commit 47432c561d
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "hishel";
version = "0.0.24";
version = "0.0.25";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "karpetrosyan";
repo = "hishel";
rev = "refs/tags/${version}";
hash = "sha256-wup1rQ5MHjsBaTdfueP9y7QhutoO0xYeexZPDQpUEJk=";
hash = "sha256-vDzXrAGJUqG9+wOUWXeKLYraUrILJFAQXf60iCAHRPo=";
};
nativeBuildInputs = [