summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/albumentations/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/albumentations/default.nix')
-rw-r--r--pkgs/development/python-modules/albumentations/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/albumentations/default.nix b/pkgs/development/python-modules/albumentations/default.nix
index 6b6d4d08f715..17e9c7fc7974 100644
--- a/pkgs/development/python-modules/albumentations/default.nix
+++ b/pkgs/development/python-modules/albumentations/default.nix
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "albumentations";
- version = "1.4.1";
+ version = "1.4.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
- hash = "sha256-VWxTqVi9Js5IT1RQWNdVr1XbE6gLiu9pRrh63LOKVUU=";
+ hash = "sha256-lznWLJocXdfwnhAZ33V5ZdlFCAsNa0u/rjfkjmHBQOg=";
};
nativeBuildInputs = [