python3Packages.mhcgnomes: 3.15.1 -> 3.19.0 (#506405)

This commit is contained in:
Samuel Ainsworth
2026-04-05 10:14:41 -04:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "mhcgnomes";
version = "3.15.1";
version = "3.19.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pirl-unc";
repo = "mhcgnomes";
tag = "v${finalAttrs.version}";
hash = "sha256-tcJfGIJsbCdN+U/+2zsYBhKEJNy55QMf7eu9Z4nuXlk=";
hash = "sha256-Z5Xmo3yXsFr2u2BUVc5YJZc7gjcBSkpfWy2VuXK8qEc=";
};
build-system = [