Unverified Commit 87115fa5 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #216821 from r-ryantm/auto-update/python310Packages.biopython

python310Packages.biopython: 1.80 -> 1.81
parents 9428c8ee 0669ac6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

buildPythonPackage rec {
  pname = "biopython";
  version = "1.80";
  version = "1.81";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-UoBemviHZ+RQ4t+BE7W8Welk4uinu4A6g1cL27UcDkM=";
    sha256 = "sha256-LPOBErbYQVrTnWphGYjNEftfM+sJNGZmqHJjvrqWFOA=";
  };

  disabled = !isPy3k;