From b7c13f0006f68f41830c4b7733972eb915df73bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 7 Aug 2024 15:08:55 -0700 Subject: [PATCH] python312Packages.bx-py-utils: 93 -> 94 Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v93...v94 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v94 --- pkgs/development/python-modules/bx-py-utils/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/bx-py-utils/default.nix b/pkgs/development/python-modules/bx-py-utils/default.nix index f1825c5ae789..72872780f8d0 100644 --- a/pkgs/development/python-modules/bx-py-utils/default.nix +++ b/pkgs/development/python-modules/bx-py-utils/default.nix @@ -16,9 +16,9 @@ buildPythonPackage rec { pname = "bx-py-utils"; - version = "93"; + version = "94"; - disabled = pythonOlder "3.9"; + disabled = pythonOlder "3.10"; pyproject = true; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "boxine"; repo = "bx_py_utils"; rev = "refs/tags/v${version}"; - hash = "sha256-4xZOj6A2RKz7zOhFkLcSM7D870PfOljI8jn2+gKeYk4="; + hash = "sha256-IvmH0D3544zBukDQN6mea/nI1G4qZL+8KbIcF1Pehc8="; }; postPatch = ''