python314Packages.axis: 69 -> 70

https://github.com/Kane610/axis/releases/tag/vv70
This commit is contained in:
Martin Weinelt
2026-05-09 16:29:20 +02:00
parent f0b9b0dacd
commit 7bcf91f920
@@ -15,7 +15,7 @@
buildPythonPackage (finalAttrs: {
pname = "axis";
version = "69";
version = "70";
pyproject = true;
disabled = pythonOlder "3.14";
@@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: {
owner = "Kane610";
repo = "axis";
tag = "v${finalAttrs.version}";
hash = "sha256-igeDyGKG235ooe/QrHjbya9WTCzwC8GfMoCwtpaBlR8=";
hash = "sha256-LfWnqYtmQLh1ZhSnLrx40ZfilhUoi9qbd0TgWpehlAg=";
};
postPatch = ''