]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 3.0.11 → 3.0.12
authorScott Worley <scottworley@scottworley.com>
Thu, 7 Sep 2023 20:59:43 +0000 (13:59 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 7 Sep 2023 20:59:43 +0000 (13:59 -0700)
overlays/pinch.nix

index f984b925bba54c48eefcfc939826499642c06ca5..72fd8b6f191e04a3756925da174625c907bcee87 100644 (file)
@@ -25,11 +25,11 @@ let
     ({ buildPythonPackage, fetchgit, nix_2_3, git, makeWrapper, mypy, git-cache, }:
       buildPythonPackage rec {
         pname = "pinch";
-        version = "3.0.11";
+        version = "3.0.12";
         src = fetchgit {
           url = "https://git.scottworley.com/pub/git/pinch";
           rev = "v${version}";
-          hash = "sha256-VxlwqZVUzHOej+5dU03jdL/erJGXEKvOeNAs6K9/D9M=";
+          hash = "sha256-1fsTPEDOidGI0IJMelZW4FB1VOP8RT+GSbDoL2vNUJY=";
         };
         buildInputs = [ makeWrapper ];
         propagatedBuildInputs = [ git-cache ];