python: biopython: 1.76 -> 1.77

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:46:59 +02:00
parent 99c1069ce2
commit 7c6c27566d

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "biopython";
version = "1.76";
version = "1.77";
src = fetchPypi {
inherit pname version;
sha256 = "0wlch9xpa0fpgjzyxi6jsfca6iakaq9a05927xg8vqnmvaccnwrq";
sha256 = "fb1936e9ca9e7af8de1050e84375f23328e04b801063edf0ad73733494d8ec42";
};
propagatedBuildInputs = [ numpy ];