Loading pkgs/development/python-modules/ihm/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "ihm"; version = "1.8"; version = "2.2"; pyproject = true; src = fetchFromGitHub { owner = "ihmwg"; repo = "python-ihm"; tag = version; hash = "sha256-Uz/4Egd7swY4kDl6FR564eiaYEdY9IUoz2Lv5pJ1C30="; hash = "sha256-1SJPP2Lgw7thh9aCUe+U9O+LrZFAaMD4DoWl93xuQkM="; }; nativeBuildInputs = [ swig ]; Loading @@ -38,7 +38,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python package for handling IHM mmCIF and BinaryCIF files"; homepage = "https://github.com/ihmwg/python-ihm"; changelog = "https://github.com/ihmwg/python-ihm/blob/${src.rev}/ChangeLog.rst"; changelog = "https://github.com/ihmwg/python-ihm/blob/${src.tag}/ChangeLog.rst"; license = licenses.mit; maintainers = with maintainers; [ natsukium ]; }; Loading Loading
pkgs/development/python-modules/ihm/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "ihm"; version = "1.8"; version = "2.2"; pyproject = true; src = fetchFromGitHub { owner = "ihmwg"; repo = "python-ihm"; tag = version; hash = "sha256-Uz/4Egd7swY4kDl6FR564eiaYEdY9IUoz2Lv5pJ1C30="; hash = "sha256-1SJPP2Lgw7thh9aCUe+U9O+LrZFAaMD4DoWl93xuQkM="; }; nativeBuildInputs = [ swig ]; Loading @@ -38,7 +38,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python package for handling IHM mmCIF and BinaryCIF files"; homepage = "https://github.com/ihmwg/python-ihm"; changelog = "https://github.com/ihmwg/python-ihm/blob/${src.rev}/ChangeLog.rst"; changelog = "https://github.com/ihmwg/python-ihm/blob/${src.tag}/ChangeLog.rst"; license = licenses.mit; maintainers = with maintainers; [ natsukium ]; }; Loading