python3Packages.ihm: 2.6 -> 2.7

This commit is contained in:
R. Ryantm 2025-07-14 05:03:38 +00:00
parent f68666ff27
commit 89e1966700

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "ihm";
version = "2.6";
version = "2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "ihmwg";
repo = "python-ihm";
tag = version;
hash = "sha256-g8ELTPPWnSXpzH7IiPTe4MS+jIFQPXx48D/X9dL2nPk=";
hash = "sha256-ZMHVYuNcUjhMKJUr5bCIELO6F0CNi0ESfbsBm5vOiA4=";
};
nativeBuildInputs = [ swig ];