From: Scott Worley Date: Thu, 20 May 2021 07:18:20 +0000 (-0700) Subject: pinch: 3.0.2 -> 3.0.3 X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/b7b747fd5e9780aef64cb744440ca4d69f47f0d2 pinch: 3.0.2 -> 3.0.3 --- 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 ];