Merge pull request #299372 from r-ryantm/auto-update/python312Packages.hishel

python312Packages.hishel: 0.0.24 -> 0.0.25
This commit is contained in:
Weijia Wang 2024-03-27 15:43:26 +01:00 committed by GitHub
commit 2bd95dd410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ buildPythonPackage rec {
--replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" "" --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" ""
''; '';
build-systems = [ build-system = [
poetry-core poetry-core
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];

View File

@ -17,7 +17,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hishel"; pname = "hishel";
version = "0.0.24"; version = "0.0.25";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -26,15 +26,15 @@ buildPythonPackage rec {
owner = "karpetrosyan"; owner = "karpetrosyan";
repo = "hishel"; repo = "hishel";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-wup1rQ5MHjsBaTdfueP9y7QhutoO0xYeexZPDQpUEJk="; hash = "sha256-vDzXrAGJUqG9+wOUWXeKLYraUrILJFAQXf60iCAHRPo=";
}; };
nativeBuildInputs = [ build-system = [
hatch-fancy-pypi-readme hatch-fancy-pypi-readme
hatchling hatchling
]; ];
propagatedBuildInputs = [ dependencies = [
httpx httpx
]; ];