python3Packages.remotezip: 0.12.3 -> 0.12.5 (#555445)

This commit is contained in:
Nick Cao
2026-08-24 18:09:09 +00:00
committed by GitHub

View File

@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "remotezip";
version = "0.12.3";
version = "0.12.5";
pyproject = true;
src = fetchFromGitHub {
owner = "gtsystem";
repo = "python-remotezip";
tag = "v${finalAttrs.version}";
hash = "sha256-TNEM7Dm4iH4Z/P/PAqjJppbn1CKmyi9Xpq/sU9O8uxg=";
hash = "sha256-qItxfjzOc0nulqVRnwrE3JGpML2m/sVyKLtKDbLlJkc=";
};
nativeBuildInputs = [ setuptools ];