From ffac4fda3f1b5a6f2ea1b913e1930366d8950d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 17 Jan 2025 14:32:37 -0800 Subject: [PATCH] python313Packages.albucore: 0.0.21 -> 0.0.23 Diff: https://github.com/albumentations-team/albucore/compare/refs/tags/0.0.21...0.0.23 Changelog: https://github.com/albumentations-team/albucore/releases/tag/0.0.22 https://github.com/albumentations-team/albucore/releases/tag/0.0.23 --- pkgs/development/python-modules/albucore/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/albucore/default.nix b/pkgs/development/python-modules/albucore/default.nix index c4ee32b65bb9..83d9b4921316 100644 --- a/pkgs/development/python-modules/albucore/default.nix +++ b/pkgs/development/python-modules/albucore/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "albucore"; - version = "0.0.21"; + version = "0.0.23"; pyproject = true; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "albumentations-team"; repo = "albucore"; tag = version; - hash = "sha256-bIsJ9o1gPCGJZXrzZbRXzS3ZQURcRaWmGBQZsAdX0eg="; + hash = "sha256-jyNOrtQbQ62bQouu5WLYBWqVS5wUDZFsiqkMMb5p7Ek="; }; pythonRelaxDeps = [ "opencv-python" ];