python3Packages.nhc: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm
2025-10-11 14:04:32 +00:00
parent e39d1aa76a
commit 833c328601
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "nhc";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "vandeurenglenn";
repo = "nhc";
tag = "v${version}";
hash = "sha256-eEzubHmnaj1Z7XKlpQff4VLlNNllnBh7pDmNT5Yfw+E=";
hash = "sha256-zA9aIVP7H4v+W4IBGEWqyzKPriDNYJTyXiKFvQCt33c=";
};
build-system = [ setuptools ];