Commit a208d080 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.mhcgnomes: 3.15.1 -> 3.19.0

parent b10875c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [