python312Packages.axis: 58 -> 60

https://github.com/Kane610/axis/releases/tag/v60
This commit is contained in:
Martin Weinelt 2024-04-03 21:53:34 +02:00
parent 5401a75a1d
commit 75b9d815a7
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "axis";
version = "58";
version = "60";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "axis";
rev = "refs/tags/v${version}";
hash = "sha256-6Mxthf37PtJSWsi+Ok0zBezTJLPwVoc8S1ZdQE57BEI=";
hash = "sha256-MBiifETNfWq3TYCGPETDreiMZsrUdb79QvTG5wbVMJU=";
};
postPatch = ''