python312Packages.albumentations: 2.0.5 -> 2.0.6 (#404411)

authored by OTABI Tomoya and committed by GitHub 23f9ddf8 7e742c43

+4 -4
+2 -2
pkgs/development/python-modules/albucore/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "albucore"; 16 - version = "0.0.23"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "albumentations-team"; 23 repo = "albucore"; 24 tag = version; 25 - hash = "sha256-jyNOrtQbQ62bQouu5WLYBWqVS5wUDZFsiqkMMb5p7Ek="; 26 }; 27 28 pythonRelaxDeps = [ "opencv-python" ];
··· 13 14 buildPythonPackage rec { 15 pname = "albucore"; 16 + version = "0.0.24"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "albumentations-team"; 23 repo = "albucore"; 24 tag = version; 25 + hash = "sha256-frVMPW3au/6vPRY89GIt7chCPkUMl13DpPqCPqIjz/o="; 26 }; 27 28 pythonRelaxDeps = [ "opencv-python" ];
+2 -2
pkgs/development/python-modules/albumentations/default.nix
··· 31 32 buildPythonPackage rec { 33 pname = "albumentations"; 34 - version = "2.0.5"; 35 pyproject = true; 36 37 disabled = pythonOlder "3.9"; ··· 40 owner = "albumentations-team"; 41 repo = "albumentations"; 42 tag = version; 43 - hash = "sha256-WqU25I1DxBqZAXd2+sNMUv/HOL4towlGTnFnpCGmMgY="; 44 }; 45 46 patches = [
··· 31 32 buildPythonPackage rec { 33 pname = "albumentations"; 34 + version = "2.0.6"; 35 pyproject = true; 36 37 disabled = pythonOlder "3.9"; ··· 40 owner = "albumentations-team"; 41 repo = "albumentations"; 42 tag = version; 43 + hash = "sha256-n00WE8RwwLx/vHRkIrOhrampFPVkPhAkS6zZ4XjEHTk="; 44 }; 45 46 patches = [