({ 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 ];