Robert Schütz
2024-12-08 18:41:01 -08:00
parent 94191f40ce
commit 6bdff18e16
@@ -31,16 +31,16 @@
buildPythonPackage rec {
pname = "albumentations";
version = "1.4.20";
version = "1.4.22";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "albumentations-team";
repo = "albumentations";
rev = "refs/tags/${version}";
hash = "sha256-lyYbkO2J3kpZGk8Q3FYfRiQh+BdolCfeEcjlI3W/rIw=";
hash = "sha256-kRf8LhRWtzGnhPrQo5aT/4a2sNQCdwAmFFzwcE0QnxM=";
};
patches = [