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

python310Packages.biopython: 1.81 -> 1.82
This commit is contained in:
OTABI Tomoya 2023-12-28 18:08:29 +09:00 committed by GitHub
commit 9124c5bcdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "biopython";
version = "1.81";
version = "1.82";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-LPOBErbYQVrTnWphGYjNEftfM+sJNGZmqHJjvrqWFOA=";
hash = "sha256-qbENlZroipdEqRxs42AfTIbn7EFnm8k8KfZ5IY9hZ7s=";
};
disabled = !isPy3k;