python3Packages.remotezip: 0.12.3 -> 0.12.5

This commit is contained in:
R. Ryantm
2026-08-22 16:41:03 +00:00
parent 8cbc9a45c5
commit 53af5dad4c

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 ];