From b7b747fd5e9780aef64cb744440ca4d69f47f0d2 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 20 May 2021 00:18:20 -0700 Subject: [PATCH] pinch: 3.0.2 -> 3.0.3 --- overlays/pinch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/pinch.nix b/overlays/pinch.nix index 2cae0b3..6aba72c 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -38,11 +38,11 @@ let ({ buildPythonPackage, fetchgit, nix, git, mypy, git-cache, }: buildPythonPackage rec { pname = "pinch"; - version = "3.0.2"; + version = "3.0.3"; src = fetchgit { url = "https://scottworley.com/pinch.git"; rev = "v${version}"; - sha256 = "sha256-bO0kMuaw/hkmDD1b8mkCDx0FAM6NIeUxvc+fOhHUXcs="; + sha256 = "1j1y4h6m7fdb839h6igimqqjrdhr28wbzwa4b3grxp6szdpzkkra"; }; propagatedBuildInputs = [ git-cache ]; checkInputs = [ nix git mypy ]; -- 2.44.1