python312Packages.ihm: 1.2 -> 1.3

This commit is contained in:
R. Ryantm 2024-07-17 05:38:24 +00:00
parent 73ff0bcbd3
commit c333bc5c83

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "ihm";
version = "1.2";
version = "1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ihmwg";
repo = "python-ihm";
rev = "refs/tags/${version}";
hash = "sha256-lQ7/A/RT8/5gLozsToti+4g1Jc++GtjzOU4XZ+feqDs=";
hash = "sha256-ywZdhumFFeImODeFn8VYD0CR1DZMlAg52wMNRjEItec=";
};
nativeBuildInputs = [