]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 3.0.9 → 3.0.10
authorScott Worley <scottworley@scottworley.com>
Wed, 23 Nov 2022 09:47:47 +0000 (01:47 -0800)
committerScott Worley <scottworley@scottworley.com>
Wed, 23 Nov 2022 09:47:47 +0000 (01:47 -0800)
overlays/pinch.nix

index 12751ec5737fd860b1e781294fd0d90d8356e6b8..dfb9eaca3b737001867c477c22a10268a2ff1bd7 100644 (file)
@@ -21,11 +21,11 @@ let
     ({ buildPythonPackage, fetchgit, nix_2_3, git, makeWrapper, mypy, git-cache, }:
       buildPythonPackage rec {
         pname = "pinch";
-        version = "3.0.9";
+        version = "3.0.10";
         src = fetchgit {
           url = "https://git.scottworley.com/pub/git/pinch";
           rev = "v${version}";
-          sha256 = "sha256-D1XC8pmemdOpIEWvS0VH9Fguvp92FqpQfJj2TudfwRw=";
+          hash = "sha256-U3TOTfYvM1ONF9DJrWxfhjVQnY7GD96ru6A2Yj01lcg=";
         };
         buildInputs = [ makeWrapper ];
         propagatedBuildInputs = [ git-cache ];