}:
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 ];