python3Packages.mhcgnomes: 3.19.0 -> 3.31.1

This commit is contained in:
R. Ryantm
2026-04-11 18:29:27 +00:00
parent 5df53e868c
commit 910b6afc38
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "mhcgnomes";
version = "3.19.0";
version = "3.31.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pirl-unc";
repo = "mhcgnomes";
tag = "v${finalAttrs.version}";
hash = "sha256-Z5Xmo3yXsFr2u2BUVc5YJZc7gjcBSkpfWy2VuXK8qEc=";
hash = "sha256-SP7hE0tJXBeJ8+NJbz1e8ZpPgVimIE25BgEPyKZ1nLg=";
};
build-system = [