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] 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 = [