···7 serializable,
8}:
910-buildPythonPackage rec {
11 pname = "mhcgnomes";
12 version = "1.8.6";
13 format = "setuptools";
1415 src = fetchFromGitHub {
16 owner = "pirl-unc";
17- repo = pname;
18 # See https://github.com/pirl-unc/mhcgnomes/issues/20. As of 2023-07-13,
19 # they do no have version tags.
20 rev = "c7e779b60e35a031f6e0f0ea6ae70e8a8e7671c6";
···7 serializable,
8}:
910+buildPythonPackage {
11 pname = "mhcgnomes";
12 version = "1.8.6";
13 format = "setuptools";
1415 src = fetchFromGitHub {
16 owner = "pirl-unc";
17+ repo = "mhcgnomes";
18 # See https://github.com/pirl-unc/mhcgnomes/issues/20. As of 2023-07-13,
19 # they do no have version tags.
20 rev = "c7e779b60e35a031f6e0f0ea6ae70e8a8e7671c6";