python3Packages.mhcgnomes: 3.31.1 -> 3.32.1

This commit is contained in:
R. Ryantm
2026-04-19 17:35:56 +00:00
parent 8d19911bc5
commit cb80893d16
@@ -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 = [