python311Packages.axis: 53 -> 54

Diff: https://github.com/Kane610/axis/compare/refs/tags/v53...v54

Changelog: https://github.com/Kane610/axis/releases/tag/v54
This commit is contained in:
Fabian Affolter
2024-03-14 09:44:33 +01:00
parent 02b8c7ddb7
commit 826978bd97
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "axis";
version = "53";
version = "54";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "axis";
rev = "refs/tags/v${version}";
hash = "sha256-M5uaRiZP66RApSztvgzzpAUBKCcSCqC6fxzmB52mibY=";
hash = "sha256-Atx9Lg0WgKcdnXqHieJFadjMPhK1F2qifSa89XxT8J8=";
};
postPatch = ''