python: biopython: 1.71 -> 1.72

This commit is contained in:
Frederik Rietdijk 2018-07-22 12:05:24 +02:00
parent 7f19f1ea63
commit 0692580f27

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "biopython";
version = "1.71";
version = "1.72";
src = fetchPypi {
inherit pname version;
sha256 = "4f1770a29a5b18fcaca759bbc888083cdde2b301f073439ff640570d4a93e033";
sha256 = "ab6b492443adb90c66267b3d24d602ae69a93c68f4b9f135ba01cb06d36ce5a2";
};
propagatedBuildInputs = [ numpy ];