python3Packages.ihm: 2.6 -> 2.7
This commit is contained in:
parent
f68666ff27
commit
89e1966700
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ihm";
|
pname = "ihm";
|
||||||
version = "2.6";
|
version = "2.7";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ihmwg";
|
owner = "ihmwg";
|
||||||
repo = "python-ihm";
|
repo = "python-ihm";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-g8ELTPPWnSXpzH7IiPTe4MS+jIFQPXx48D/X9dL2nPk=";
|
hash = "sha256-ZMHVYuNcUjhMKJUr5bCIELO6F0CNi0ESfbsBm5vOiA4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ swig ];
|
nativeBuildInputs = [ swig ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user