From 752d37291d831f952f4998e75b4180a4690fc979 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sun, 3 May 2026 23:48:59 -0700 Subject: [PATCH 1/1] =?utf8?q?pinch:=203.3.2=20=E2=86=92=203.3.3?= 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 d716720..546ccdc 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -41,11 +41,11 @@ let }: buildPythonPackage rec { pname = "pinch"; - version = "3.3.2"; + version = "3.3.3"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-UB1hAEX7bD2TfdDv5EOWH1aaLluvzvpW80EjdCBuCCU="; + hash = "sha256-+SdKvGPofOJn0lBOSP4SH3i2WGpBuEXmLzzpYD1epgc="; }; pyproject = true; build-system = [ setuptools ]; -- 2.51.2