python311Packages.hishel: 0.0.25 -> 0.0.26
This commit is contained in:
parent
9e5cd80f1d
commit
3c0d5ee93f
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hishel";
|
pname = "hishel";
|
||||||
version = "0.0.25";
|
version = "0.0.26";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||||
owner = "karpetrosyan";
|
owner = "karpetrosyan";
|
||||||
repo = "hishel";
|
repo = "hishel";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-vDzXrAGJUqG9+wOUWXeKLYraUrILJFAQXf60iCAHRPo=";
|
hash = "sha256-+HjVxcTbY9nRj2938fqguOXuTM3XzJWccx0J6RK2h4A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|
Loading…
Reference in a new issue