python3Packages.hishel: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm
2025-07-06 19:26:27 +00:00
parent e4097b5575
commit bf4dbbf57c
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hishel";
version = "0.1.2";
version = "0.1.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "karpetrosyan";
repo = "hishel";
tag = version;
hash = "sha256-EaVE70lzjvMqMJlXObz450FwunaPZv86kJCKgI174a8=";
hash = "sha256-3dcXj9MPPtHBzafdccrOeh+Wrn9hulDA8L3itOe8ZXw=";
};
build-system = [