python3Packages.ihm: 2.8 -> 2.10

This commit is contained in:
R. Ryantm
2026-04-18 10:10:37 +00:00
parent 6df0e71709
commit 50c68203df
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "ihm";
version = "2.8";
version = "2.10";
pyproject = true;
src = fetchFromGitHub {
owner = "ihmwg";
repo = "python-ihm";
tag = version;
hash = "sha256-sT2wZRKyW+N0gd6xwOAEXImMnWKWq8h9UX1b3qkDLGQ=";
hash = "sha256-X7hWuSltv6XZ7ugRcJQRYR0MNoqqVbl+i7tF9JafwFg=";
};
nativeBuildInputs = [ swig ];