Merge pull request #294924 from r-ryantm/auto-update/python312Packages.axis

python312Packages.axis: 52 -> 53
This commit is contained in:
Fabian Affolter 2024-03-11 10:10:50 +01:00 committed by GitHub
commit fbdad475d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "axis"; pname = "axis";
version = "52"; version = "53";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Kane610"; owner = "Kane610";
repo = "axis"; repo = "axis";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-L94q3NxnkhYPIiz6p+o071QK2h4u9kSm+EUKdi93JzA="; hash = "sha256-M5uaRiZP66RApSztvgzzpAUBKCcSCqC6fxzmB52mibY=";
}; };
postPatch = '' postPatch = ''