Robert Schütz 2024-10-26 22:38:05 -07:00
parent 904064720c
commit 3a08e4434d

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "albumentations";
version = "1.4.18";
version = "1.4.20";
pyproject = true;
disabled = pythonOlder "3.8";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "albumentations-team";
repo = "albumentations";
rev = "refs/tags/${version}";
hash = "sha256-uAYnbglBT1mduyRnsWWjZ8axG7DzZEVcgAVeMLF48oM=";
hash = "sha256-lyYbkO2J3kpZGk8Q3FYfRiQh+BdolCfeEcjlI3W/rIw=";
};
patches = [