]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 3.0.2 -> 3.0.3
authorScott Worley <scottworley@scottworley.com>
Thu, 20 May 2021 07:18:20 +0000 (00:18 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 20 May 2021 07:18:20 +0000 (00:18 -0700)
overlays/pinch.nix

index 2cae0b36ddd0abfc12211127ecd801d38932b969..6aba72ce91f7fd988772994977d092fea66c3953 100644 (file)
@@ -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 ];