From f736366402cf11310691378bd62fb9285e68708b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:24:10 +0200 Subject: [PATCH] python3Packages.biopython: 1.86 -> 1.88 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/biopython/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/biopython/default.nix b/pkgs/development/python-modules/biopython/default.nix index 77c652a0f687..2866745d3799 100644 --- a/pkgs/development/python-modules/biopython/default.nix +++ b/pkgs/development/python-modules/biopython/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "biopython"; - version = "1.86"; + version = "1.88"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-k6ULWGpNLOxoqy+Z0D71g8V2HY+6VTXLjoHaeB0Nkv8="; + hash = "sha256-mqoxwL2k0Fn3su4Av9tcu3Ot4wV6pLc3p8wBhwkdBxo="; }; patches = [