]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 3.0.13 → 3.0.15 master
authorScott Worley <scottworley@scottworley.com>
Thu, 21 Mar 2024 23:02:10 +0000 (16:02 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 21 Mar 2024 23:02:10 +0000 (16:02 -0700)
overlays/pinch.nix

index 5a2eaff1d436810637133a2c94d0921f29deae5c..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.13";
+        version = "3.0.15";
         src = fetchgit {
           url = "https://git.scottworley.com/pub/git/pinch";
           rev = "v${version}";
-          hash = "sha256-GGl16qDinNWe7qVnkfFJWNZiLb71sLZTHQ04a9g/26k=";
+          hash = "sha256-dOTX1UHnQb7GCO5iFZfl+GDf+kpnRZpzhjuTy9aw7DA=";
         };
         buildInputs = [ makeWrapper ];
         propagatedBuildInputs = [ git-cache ];