python312Packages.modelcif: 1.2 -> 1.3

This commit is contained in:
R. Ryantm
2025-01-18 03:43:50 +00:00
parent 7d5856e1fb
commit 6ec39bf07f
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "modelcif";
version = "1.2";
version = "1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ihmwg";
repo = "python-modelcif";
tag = version;
hash = "sha256-sduhRLtuJ/0BNsqmrhCr0lSrLMaOfE+TCWN4zj62aCQ=";
hash = "sha256-3wuKD6oQp3QdsWRpYsnC5IPpVRcQVDERSClEKJko3dg=";
};
build-system = [