Skip to content

Commit a0e7edf

Browse files
authored
python312Packages.minio: 7.2.13 -> 7.2.14 (NixOS#371704)
2 parents 76af1d7 + 3c55d51 commit a0e7edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/minio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
buildPythonPackage rec {
2424
pname = "minio";
25-
version = "7.2.13";
25+
version = "7.2.14";
2626
pyproject = true;
2727

2828
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
3131
owner = "minio";
3232
repo = "minio-py";
3333
tag = version;
34-
hash = "sha256-RauPMoqVp4xnS4CXLH0HVTjA8o/BstoEWKWFHvjVllA=";
34+
hash = "sha256-FnId8ewKU5+COnrWW6VJWfL7BLij1IIuGOjEWZrPKNQ=";
3535
};
3636

3737
postPatch = ''

0 commit comments

Comments
 (0)