]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 3.0.10 → 3.0.11
authorScott Worley <scottworley@scottworley.com>
Thu, 25 May 2023 02:24:21 +0000 (19:24 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 25 May 2023 02:24:21 +0000 (19:24 -0700)
overlays/pinch.nix

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