From 1339e88cec18e45f4f35245f03fc79c2c6a15e62 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 15 May 2026 01:06:03 +0200 Subject: [PATCH] python314Packages.axis: 70 -> 71 Diff: https://github.com/Kane610/axis/compare/v70...v71 Changelog: https://github.com/Kane610/axis/releases/tag/v71 --- pkgs/development/python-modules/axis/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/axis/default.nix b/pkgs/development/python-modules/axis/default.nix index a10cad6d8569..70f028ae9ab2 100644 --- a/pkgs/development/python-modules/axis/default.nix +++ b/pkgs/development/python-modules/axis/default.nix @@ -15,7 +15,7 @@ buildPythonPackage (finalAttrs: { pname = "axis"; - version = "70"; + version = "71"; pyproject = true; disabled = pythonOlder "3.14"; @@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: { owner = "Kane610"; repo = "axis"; tag = "v${finalAttrs.version}"; - hash = "sha256-LfWnqYtmQLh1ZhSnLrx40ZfilhUoi9qbd0TgWpehlAg="; + hash = "sha256-2CMfKpXd2u2cNTyCc4xxHcjYhR9oBRiccT7dcfY4DcA="; }; postPatch = '' @@ -53,7 +53,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Python library for communicating with devices from Axis Communications"; homepage = "https://github.com/Kane610/axis"; - changelog = "https://github.com/Kane610/axis/releases/tag/v${finalAttrs.src.tag}"; + changelog = "https://github.com/Kane610/axis/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "axis";