]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 3.0.4 -> 3.0.7
authorScott Worley <scottworley@scottworley.com>
Thu, 3 Feb 2022 17:02:23 +0000 (09:02 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 3 Feb 2022 17:02:23 +0000 (09:02 -0800)
overlays/pinch.nix

index 12774234d00ba8b693db3277aef679771a6714c6..420d59461c2d8a35d98eee31cb0d7a05e771c483 100644 (file)
@@ -38,11 +38,11 @@ let
     ({ buildPythonPackage, fetchgit, nix, git, makeWrapper, mypy, git-cache, }:
       buildPythonPackage rec {
         pname = "pinch";
-        version = "3.0.4";
+        version = "3.0.7";
         src = fetchgit {
           url = "https://scottworley.com/pinch.git";
           rev = "v${version}";
-          sha256 = "1i7v9vcjk599ffzwf3nq38y811cm6rnxriarqgpp3kwy52r91mi2";
+          sha256 = "sha256-BMESwx3uUVOFekiXr1LSGNF4DXexT26awzIQIzw/iZY=";
         };
         buildInputs = [ makeWrapper ];
         propagatedBuildInputs = [ git-cache ];