python311Packages.ihm: 1.0 -> 1.1

This commit is contained in:
R. Ryantm 2024-05-11 22:53:27 +00:00
parent 6e5ddb4326
commit b5a6f6e3d2

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "ihm";
version = "1.0";
version = "1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ihmwg";
repo = "python-ihm";
rev = "refs/tags/${version}";
hash = "sha256-a1M3YihN71M9TnkldAzN6N1UuPksDk6SPiBgr4HyC8g=";
hash = "sha256-auzArRwiue2CFo2DNS0NAF+aoZFvadhP6ARM0lRGcSA=";
};
nativeBuildInputs = [