python312Packages.modelcif: 1.0 -> 1.1

This commit is contained in:
R. Ryantm
2024-10-03 22:14:13 +00:00
parent 63d3e6c611
commit 494ee8b64b
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "modelcif";
version = "1.0";
version = "1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ihmwg";
repo = "python-modelcif";
rev = "refs/tags/${version}";
hash = "sha256-zJLwBdyUyWnH1hBx9Kejl5NfY7zJUxeGb//swBT02Dw=";
hash = "sha256-HUS9MW6jbwjK3I6egmmsH+Bx+nNgszWc3t3QRo/EWpc=";
};
nativeBuildInputs = [