From 10efb6d8e99e85f20115020a5ef16d14460e86d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 10 Jul 2026 14:32:09 -0700 Subject: [PATCH] python3Packages.axis: 72 -> 74 Diff: https://github.com/Kane610/axis/compare/v72...v74 Changelog: https://github.com/Kane610/axis/releases/tag/v74 --- pkgs/development/python-modules/axis/default.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/axis/default.nix b/pkgs/development/python-modules/axis/default.nix index ec8c4321c657..a5ccc6d91180 100644 --- a/pkgs/development/python-modules/axis/default.nix +++ b/pkgs/development/python-modules/axis/default.nix @@ -4,18 +4,19 @@ buildPythonPackage, faust-cchardet, fetchFromGitHub, - httpx, orjson, packaging, pythonOlder, setuptools, - typing-extensions, + tomli, + tomli-w, xmltodict, + zeroconf, }: buildPythonPackage (finalAttrs: { pname = "axis"; - version = "72"; + version = "74"; pyproject = true; disabled = pythonOlder "3.14"; @@ -24,7 +25,7 @@ buildPythonPackage (finalAttrs: { owner = "Kane610"; repo = "axis"; tag = "v${finalAttrs.version}"; - hash = "sha256-xNqV3j7fQ+FmOZavVdV907m1ndAhk5HWIV5xE/a8hFI="; + hash = "sha256-fWhQe4NklAva4znXUwYhrMdC/VCu4oZgwsyGuGd9csk="; }; postPatch = '' @@ -38,11 +39,12 @@ buildPythonPackage (finalAttrs: { dependencies = [ aiohttp faust-cchardet - httpx orjson packaging - typing-extensions + tomli + tomli-w xmltodict + zeroconf ]; # Tests requires a server on localhost