Unverified Commit 2071e30f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.mmcif-pdbx: 2.0.1 -> 2.1.0 (#514953)

parents 7706a12a 21ee6f62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "mmcif-pdbx";
  version = "2.0.1";
  version = "2.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Electrostatics";
    repo = "mmcif_pdbx";
    tag = "v${version}";
    hash = "sha256-ymMQ/q4IMoq+B8RvIdL0aqolKxyE/4rnVfd4bUV5OUY=";
    hash = "sha256-HzRJ8bzUHAmF7WA20DefvgSNDxMaqJCxfgqTHrS0BqU=";
  };

  nativeBuildInputs = [ setuptools ];