python313Packages.axis: 65 -> 66

Diff: https://github.com/Kane610/axis/compare/v65...v66

Changelog: https://github.com/Kane610/axis/releases/tag/v66
This commit is contained in:
Fabian Affolter
2025-12-25 15:52:51 +01:00
parent d470988cee
commit 81b0db5419
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "axis";
version = "65";
version = "66";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "axis";
tag = "v${version}";
hash = "sha256-65njqnnahpYhx5CShjWOuNlkckQbt8tMjKf8OUCrmbw=";
hash = "sha256-h3ySZeGlWeWIywtZoK8LcnxaqRe6lvJ7VTds1J+Jc3M=";
};
postPatch = ''