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

python310Packages.biopython: 1.81 -> 1.82

authored by OTABI Tomoya and committed by GitHub 9124c5bc 77f3d8f3

+2 -2
+2 -2
pkgs/development/python-modules/biopython/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "biopython"; 10 - version = "1.81"; 10 + version = "1.82"; 11 11 format = "setuptools"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-LPOBErbYQVrTnWphGYjNEftfM+sJNGZmqHJjvrqWFOA="; 15 + hash = "sha256-qbENlZroipdEqRxs42AfTIbn7EFnm8k8KfZ5IY9hZ7s="; 16 16 }; 17 17 18 18 disabled = !isPy3k;