]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
25.11: pinch: 3.3.1 → 3.3.2 master
authorScott Worley <scottworley@scottworley.com>
Sun, 14 Dec 2025 10:32:35 +0000 (02:32 -0800)
committerScott Worley <scottworley@scottworley.com>
Sun, 14 Dec 2025 10:32:35 +0000 (02:32 -0800)
overlays/pinch.nix

index 8c446080f3cb29167fc7eda13f4de71d65f350b6..9422fe9556c1f69b5dc1978639ee29ea22b8a6b1 100644 (file)
@@ -22,11 +22,11 @@ let
     ({ buildPythonPackage, fetchgit, setuptools, nix, git, mypy, git-cache, }:
       buildPythonPackage rec {
         pname = "pinch";
-        version = "3.3.1";
+        version = "3.3.2";
         src = fetchgit {
           url = "https://git.scottworley.com/pub/git/pinch";
           rev = "v${version}";
-          hash = "sha256-fVlHwQX2o8GYZ/Oq5/m5v2L+KNpFoKWD8MbH4A3cV0s=";
+          hash = "sha256-UB1hAEX7bD2TfdDv5EOWH1aaLluvzvpW80EjdCBuCCU=";
         };
         pyproject = true;
         build-system = [ setuptools ];