From 53af5dad4cef4ba68473607ebac4148724af2928 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 22 Aug 2026 16:41:03 +0000 Subject: [PATCH] python3Packages.remotezip: 0.12.3 -> 0.12.5 --- pkgs/development/python-modules/remotezip/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/remotezip/default.nix b/pkgs/development/python-modules/remotezip/default.nix index ebeb437395cb..3198a9fd4918 100644 --- a/pkgs/development/python-modules/remotezip/default.nix +++ b/pkgs/development/python-modules/remotezip/default.nix @@ -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 ];