Skip to content

Commit

Permalink
python312Packages.albumentations: 1.4.23 -> 1.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jan 7, 2025
1 parent b8ba451 commit 8c8d4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/albumentations/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

buildPythonPackage rec {
pname = "albumentations";
version = "1.4.23";
version = "1.4.24";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "albumentations-team";
repo = "albumentations";
tag = version;
hash = "sha256-d/5ZTSFcQqsiF2rDX92iXO2eHHS+GOBvWFw0MlSwyhE=";
hash = "sha256-2bZSuVECfJiAJRwVd0G93bjDdWlyVOpqf3AazQXTiJw=";
};

patches = [
Expand Down

0 comments on commit 8c8d4c0

Please sign in to comment.