]> git.scottworley.com Git - auto-upgrade-with-pinch/blobdiff - overlays/pinch.nix
pinch: 3.0.12 → 3.0.13
[auto-upgrade-with-pinch] / overlays / pinch.nix
index 72fd8b6f191e04a3756925da174625c907bcee87..5a2eaff1d436810637133a2c94d0921f29deae5c 100644 (file)
@@ -25,11 +25,11 @@ let
     ({ buildPythonPackage, fetchgit, nix_2_3, git, makeWrapper, mypy, git-cache, }:
       buildPythonPackage rec {
         pname = "pinch";
-        version = "3.0.12";
+        version = "3.0.13";
         src = fetchgit {
           url = "https://git.scottworley.com/pub/git/pinch";
           rev = "v${version}";
-          hash = "sha256-1fsTPEDOidGI0IJMelZW4FB1VOP8RT+GSbDoL2vNUJY=";
+          hash = "sha256-GGl16qDinNWe7qVnkfFJWNZiLb71sLZTHQ04a9g/26k=";
         };
         buildInputs = [ makeWrapper ];
         propagatedBuildInputs = [ git-cache ];