From 37a3940646500164164cca594c1f7d950d363a0f Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 7 Sep 2023 13:59:43 -0700 Subject: [PATCH] =?utf8?q?pinch:=203.0.11=20=E2=86=92=203.0.12?= 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 f984b92..72fd8b6 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.11"; + version = "3.0.12"; src = fetchgit { url = "https://git.scottworley.com/pub/git/pinch"; rev = "v${version}"; - hash = "sha256-VxlwqZVUzHOej+5dU03jdL/erJGXEKvOeNAs6K9/D9M="; + hash = "sha256-1fsTPEDOidGI0IJMelZW4FB1VOP8RT+GSbDoL2vNUJY="; }; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ]; -- 2.44.1