python310Packages.biopython: 1.81 -> 1.82

This commit is contained in:
R. Ryantm 2023-12-27 16:45:07 +00:00
parent 9a8519bdc8
commit 4c37ea6ed3

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;