python3Packages.biopython: 1.85 -> 1.86

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:21 +01:00
parent da39414b1f
commit 5919e429cb
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "biopython";
version = "1.85";
version = "1.86";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Xa+rdAWd5OePSfa1aE7drm585G8Jz6BZwdEznoseoKY=";
hash = "sha256-k6ULWGpNLOxoqy+Z0D71g8V2HY+6VTXLjoHaeB0Nkv8=";
};
build-system = [ setuptools ];