From: Scott Worley Date: Mon, 4 May 2026 06:48:59 +0000 (-0700) Subject: pinch: 3.3.2 → 3.3.3 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/752d37291d831f952f4998e75b4180a4690fc979?ds=sidebyside;hp=a811aa4a1c703ab559390310e21cab7625b8b947 pinch: 3.3.2 → 3.3.3 --- 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 ];