python312Packages.axis: 62 -> 63

This commit is contained in:
R. Ryantm 2024-10-23 02:29:34 +00:00 committed by Martin Weinelt
parent b6f0d7af11
commit dbe3e84d34
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "axis";
version = "62";
version = "63";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "axis";
rev = "refs/tags/v${version}";
hash = "sha256-ey0yt+AIbMO74brHepnCFtekDS4XscTKswshlTrS41A=";
hash = "sha256-XqNzYd7WgSDho3jyCHF1lDZWWpBEZFqGFmVOAUlm50o=";
};
postPatch = ''