X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/blobdiff_plain/a084161200e7edcdb818651e8b23a0757507579e..752d37291d831f952f4998e75b4180a4690fc979:/overlays/pinch.nix?ds=sidebyside diff --git a/overlays/pinch.nix b/overlays/pinch.nix index d716720..546ccdc 100644 --- a/overlays/pinch.nix +++ b/overlays/pinch.nix @@ -41,11 +41,11 @@ let }: 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}"; - hash = "sha256-UB1hAEX7bD2TfdDv5EOWH1aaLluvzvpW80EjdCBuCCU="; + hash = "sha256-+SdKvGPofOJn0lBOSP4SH3i2WGpBuEXmLzzpYD1epgc="; }; pyproject = true; build-system = [ setuptools ];