python314Packages.axis: 71 -> 72

Diff: https://github.com/Kane610/axis/compare/v71...v72

Changelog: https://github.com/Kane610/axis/releases/tag/v72
This commit is contained in:
Fabian Affolter
2026-06-04 16:31:27 +02:00
committed by Martin Weinelt
parent 895525670b
commit 9f10faef83
@@ -15,7 +15,7 @@
buildPythonPackage (finalAttrs: {
pname = "axis";
version = "71";
version = "72";
pyproject = true;
disabled = pythonOlder "3.14";
@@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: {
owner = "Kane610";
repo = "axis";
tag = "v${finalAttrs.version}";
hash = "sha256-2CMfKpXd2u2cNTyCc4xxHcjYhR9oBRiccT7dcfY4DcA=";
hash = "sha256-xNqV3j7fQ+FmOZavVdV907m1ndAhk5HWIV5xE/a8hFI=";
};
postPatch = ''