]> git.scottworley.com Git - auto-upgrade-with-pinch/blobdiff - overlays/pinch.nix
pinch: 3.0.13 → 3.0.15
[auto-upgrade-with-pinch] / overlays / pinch.nix
index 7dcddb06546f07b6f91b20c9723bb346b935ebbc..b3a6bf45abafaf4d793977dbbf6cfd99d860fc45 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.15";
         src = fetchgit {
           url = "https://git.scottworley.com/pub/git/pinch";
           rev = "v${version}";
-          hash = "sha256-U3TOTfYvM1ONF9DJrWxfhjVQnY7GD96ru6A2Yj01lcg=";
+          hash = "sha256-dOTX1UHnQb7GCO5iFZfl+GDf+kpnRZpzhjuTy9aw7DA=";
         };
         buildInputs = [ makeWrapper ];
         propagatedBuildInputs = [ git-cache ];