python3Packages.minio: 7.2.17 -> 7.2.18 (#449456)

This commit is contained in:
Fabian Affolter
2025-10-08 08:17:41 +00:00
committed by GitHub

View File

@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
# build-system
setuptools,
@@ -22,16 +21,14 @@
buildPythonPackage rec {
pname = "minio";
version = "7.2.17";
version = "7.2.18";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "minio";
repo = "minio-py";
tag = version;
hash = "sha256-SP681EBKSyLl9V1TaI/7jsQOLPKKI+XwkR6hpoaSG/Y=";
hash = "sha256-2SmqtCWOwmSxi9vsBvH2bhYiUwc2LyZ/zO2jJpnhPDw=";
};
postPatch = ''