From 701e41fe3e4f8a6b61cefd3761794d899ce25d46 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sun, 14 Dec 2025 02:32:35 -0800 Subject: [PATCH] =?utf8?q?25.11:=20pinch:=203.3.1=20=E2=86=92=203.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- overlays/pinch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]; -- 2.50.1