Commit 494ee8b6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.modelcif: 1.0 -> 1.1

parent 63d3e6c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [