python3Packages.albumentations: 1.4.0 -> 1.4.1

https://github.com/albumentations-team/albumentations/releases/tag/1.4.1
This commit is contained in:
Martin Weinelt 2024-03-08 02:39:06 +01:00
parent 7af74ed41e
commit c6712bc8be

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "albumentations";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZJ+KFIlveIs1bsxwCDxPuRvtq0/04rOa0heoJOGJ3tA=";
hash = "sha256-VWxTqVi9Js5IT1RQWNdVr1XbE6gLiu9pRrh63LOKVUU=";
};
nativeBuildInputs = [