Merge pull request #322114 from fabaff/hishel-bump

python312Packages.hishel: 0.0.27 -> 0.0.29
This commit is contained in:
Nick Cao
2024-06-24 16:43:38 -04:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hishel";
version = "0.0.27";
version = "0.0.29";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "karpetrosyan";
repo = "hishel";
rev = "refs/tags/${version}";
hash = "sha256-3iIQNtdd8sBGfNJrugjjWv4PQKhdFH+prw4poevh+O0=";
hash = "sha256-3RUbHVbnfC0L9u6/VMKK2BhTuc2y5kD83Cn8dQ24kQQ=";
};
build-system = [