python312Packages.axis: 57 -> 58

https://github.com/Kane610/axis/releases/tag/v58
This commit is contained in:
Martin Weinelt 2024-03-23 03:28:08 +01:00
parent fa87e0eb4b
commit 70c02166cb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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