Merge pull request #321790 from r-ryantm/auto-update/python311Packages.modelcif

python311Packages.modelcif: 0.9 -> 1.0
This commit is contained in:
OTABI Tomoya 2024-06-23 11:11:21 +09:00 committed by GitHub
commit 477211e36e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "modelcif";
version = "0.9";
version = "1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ihmwg";
repo = "python-modelcif";
rev = "refs/tags/${version}";
hash = "sha256-u+e2QtG6gO1e31OzPfAuzfCkwZymEZMxa2p0haYplAk=";
hash = "sha256-zJLwBdyUyWnH1hBx9Kejl5NfY7zJUxeGb//swBT02Dw=";
};
nativeBuildInputs = [