From: Scott Worley Date: Sun, 14 Dec 2025 10:32:35 +0000 (-0800) Subject: 25.11: pinch: 3.3.1 → 3.3.2 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/701e41fe3e4f8a6b61cefd3761794d899ce25d46 25.11: pinch: 3.3.1 → 3.3.2 --- diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 8c44608..9422fe9 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -22,11 +22,11 @@ let ({ buildPythonPackage, fetchgit, setuptools, nix, git, mypy, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.3.1"; + version = "3.3.2"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-fVlHwQX2o8GYZ/Oq5/m5v2L+KNpFoKWD8MbH4A3cV0s="; + hash = "sha256-UB1hAEX7bD2TfdDv5EOWH1aaLluvzvpW80EjdCBuCCU="; }; pyproject = true; build-system = [ setuptools ];