python3Packages.mhcgnomes: 3.31.1 -> 3.32.1 (#511506)

This commit is contained in:
Samuel Ainsworth
2026-04-20 03:07:21 +00:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "mhcgnomes";
version = "3.31.1";
version = "3.32.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pirl-unc";
repo = "mhcgnomes";
tag = "v${finalAttrs.version}";
hash = "sha256-SP7hE0tJXBeJ8+NJbz1e8ZpPgVimIE25BgEPyKZ1nLg=";
hash = "sha256-6YYmIXuZXCaozkrVhqlxSQ9TG7vthHcMhVl0QpWChZE=";
};
build-system = [