Skip to content

Commit

Permalink
python312Packages.modelcif: 1.0 -> 1.1 (#346263)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 4, 2024
2 parents 32b8e93 + 494ee8b commit a8f5423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/modelcif/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a8f5423

Please sign in to comment.