mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python312Packages.albumentations: 1.4.18 -> 1.4.20
Diff: https://github.com/albumentations-team/albumentations/compare/refs/tags/1.4.18...1.4.20 Changelog: https://github.com/albumentations-team/albumentations/releases/tag/1.4.19 https://github.com/albumentations-team/albumentations/releases/tag/1.4.20
This commit is contained in:
parent
904064720c
commit
3a08e4434d
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user