python312Packages.axis: 52 -> 53

This commit is contained in:
R. Ryantm 2024-03-11 08:13:00 +00:00
parent 14b4a5d72d
commit b72e0a5533

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 = ''