We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76af1d7 + 3c55d51 commit a0e7edfCopy full SHA for a0e7edf
pkgs/development/python-modules/minio/default.nix
@@ -22,7 +22,7 @@
22
23
buildPythonPackage rec {
24
pname = "minio";
25
- version = "7.2.13";
+ version = "7.2.14";
26
pyproject = true;
27
28
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
31
owner = "minio";
32
repo = "minio-py";
33
tag = version;
34
- hash = "sha256-RauPMoqVp4xnS4CXLH0HVTjA8o/BstoEWKWFHvjVllA=";
+ hash = "sha256-FnId8ewKU5+COnrWW6VJWfL7BLij1IIuGOjEWZrPKNQ=";
35
};
36
37
postPatch = ''
0 commit comments