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 1/2] 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" ]; From 83c8d1f70c4dd67960f5ec52fcc85f9592819bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 17 Jan 2025 14:33:37 -0800 Subject: [PATCH 2/2] python313Packages.albumentations: 1.4.23 -> 2.0.0 Diff: https://github.com/albumentations-team/albumentations/compare/refs/tags/1.4.23...2.0.0 Changelog: https://github.com/albumentations-team/albumentations/releases/tag/1.4.24 https://github.com/albumentations-team/albumentations/releases/tag/2.0.0 --- pkgs/development/python-modules/albumentations/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/albumentations/default.nix b/pkgs/development/python-modules/albumentations/default.nix index df70557240df..68190b121656 100644 --- a/pkgs/development/python-modules/albumentations/default.nix +++ b/pkgs/development/python-modules/albumentations/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "albumentations"; - version = "1.4.23"; + version = "2.0.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "albumentations-team"; repo = "albumentations"; tag = version; - hash = "sha256-d/5ZTSFcQqsiF2rDX92iXO2eHHS+GOBvWFw0MlSwyhE="; + hash = "sha256-8WEOI2J2H4PNhyb9LoIUMofGKx9AHPiPddkQCSdh8/A="; }; patches = [