From 4a164d4e0c88d28a68b71174e38b138ba1e7504e Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 21 Mar 2024 16:02:10 -0700 Subject: [PATCH 1/1] =?utf8?q?pinch:=203.0.13=20=E2=86=92=203.0.15?= 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 5a2eaff..b3a6bf4 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -25,11 +25,11 @@ let ({ buildPythonPackage, fetchgit, nix_2_3, git, makeWrapper, mypy, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.0.13"; + version = "3.0.15"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-GGl16qDinNWe7qVnkfFJWNZiLb71sLZTHQ04a9g/26k="; + hash = "sha256-dOTX1UHnQb7GCO5iFZfl+GDf+kpnRZpzhjuTy9aw7DA="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ]; -- 2.44.1