From 408142ea40708f6c0bf853838fb877be29cf93a9 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 7 Dec 2023 19:45:30 -0800 Subject: [PATCH] =?utf8?q?pinch:=203.0.12=20=E2=86=92=203.0.13?= 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 72fd8b6..5a2eaff 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.12"; + version = "3.0.13"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-1fsTPEDOidGI0IJMelZW4FB1VOP8RT+GSbDoL2vNUJY="; + hash = "sha256-GGl16qDinNWe7qVnkfFJWNZiLb71sLZTHQ04a9g/26k="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ]; -- 2.44.1