Merge pull request #76372 from r-ryantm/auto-update/python2.7-biopython

python27Packages.biopython: 1.75 -> 1.76
This commit is contained in:
Mario Rodas 2019-12-26 09:44:06 -05:00 committed by GitHub
commit 1001790814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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