python312Packages.axis: 60 -> 61

Diff: https://github.com/Kane610/axis/compare/refs/tags/v60...v61

Changelog: https://github.com/Kane610/axis/releases/tag/v61
This commit is contained in:
Fabian Affolter 2024-04-08 00:57:30 +02:00
parent 73060c3366
commit 610e0d4320
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "axis";
version = "60";
version = "61";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "axis";
rev = "refs/tags/v${version}";
hash = "sha256-MBiifETNfWq3TYCGPETDreiMZsrUdb79QvTG5wbVMJU=";
hash = "sha256-YiEY+Eu1j42bBzM4f5Ku5mAE2/tY9f+Hyb2DS6LIW7c=";
};
postPatch = ''