python3Packages.nhc: 0.5.4 -> 0.6.0 (#448429)

This commit is contained in:
dotlambda
2025-10-04 06:36:53 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "nhc";
version = "0.5.4";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "vandeurenglenn";
repo = "nhc";
tag = "v${version}";
hash = "sha256-IwV6Wav+GTVob2XW0pBhwgbLTFj+U1SG+S2HlJApLZ8=";
hash = "sha256-eEzubHmnaj1Z7XKlpQff4VLlNNllnBh7pDmNT5Yfw+E=";
};
build-system = [ setuptools ];