]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
pinch: 3.3.2 → 3.3.3 master
authorScott Worley <scottworley@scottworley.com>
Mon, 4 May 2026 06:48:59 +0000 (23:48 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 4 May 2026 06:48:59 +0000 (23:48 -0700)
overlays/pinch.nix

index d71672068917bbd625fe67347a71e00bc3f1996f..546ccdc117c6e42244ad1cb015af3bec40e672e1 100644 (file)
@@ -41,11 +41,11 @@ let
     }:
     buildPythonPackage rec {
       pname = "pinch";
     }:
     buildPythonPackage rec {
       pname = "pinch";
-      version = "3.3.2";
+      version = "3.3.3";
       src = fetchgit {
         url = "https://git.scottworley.com/pub/git/pinch";
         rev = "v${version}";
       src = fetchgit {
         url = "https://git.scottworley.com/pub/git/pinch";
         rev = "v${version}";
-        hash = "sha256-UB1hAEX7bD2TfdDv5EOWH1aaLluvzvpW80EjdCBuCCU=";
+        hash = "sha256-+SdKvGPofOJn0lBOSP4SH3i2WGpBuEXmLzzpYD1epgc=";
       };
       pyproject = true;
       build-system = [ setuptools ];
       };
       pyproject = true;
       build-system = [ setuptools ];