From e86b258c5d53396841e2c381aeaaef30ccc55c50 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 9 Mar 2024 01:11:22 +0100 Subject: [PATCH] python311Packages.axis: 50 -> 52 Diff: https://github.com/Kane610/axis/compare/refs/tags/v50...v52 Changelog: https://github.com/Kane610/axis/releases/tag/v52 --- pkgs/development/python-modules/axis/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/axis/default.nix b/pkgs/development/python-modules/axis/default.nix index f76664cf4797..75c1d98b6f83 100644 --- a/pkgs/development/python-modules/axis/default.nix +++ b/pkgs/development/python-modules/axis/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "axis"; - version = "50"; + version = "52"; pyproject = true; disabled = pythonOlder "3.11"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Kane610"; repo = "axis"; rev = "refs/tags/v${version}"; - hash = "sha256-Zu8hT6t7ZxlgXQKb2o20FpB15n9y/+n1qMctzcRP8F8="; + hash = "sha256-L94q3NxnkhYPIiz6p+o071QK2h4u9kSm+EUKdi93JzA="; }; postPatch = ''