guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f15175ca881c57057279e3aadd42889a345338a5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 9 12:52:03 2026 +0100
gnu: python-biopython: Update to 1.87.
* gnu/packages/bioinformatics.scm (python-biopython): Update to 1.87.
Change-Id: Ic0fb97d0fdf745bc9857123778ee5606bcb789dd
---
gnu/packages/bioinformatics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 31b8bfd23e..d87d0db677 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4578,18 +4578,18 @@ sequencing.")
(define-public python-biopython
(package
(name "python-biopython")
- (version "1.86")
+ (version "1.87")
(source (origin
(method url-fetch)
;; use PyPi rather than biopython.org to ease updating
(uri (pypi-uri "biopython" version))
(sha256
(base32
- "1zwj1lfpinl1iv5kamdsiwfpdic3ylzd169gmdlfqb2dd9c0p9ck"))))
+ "1gxxr5m98xxhyf2v16znkc42z7w0v5zmlbj22abrlrwv8l1whml4"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 500 passed
+ ;; tests: 501 passed
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'set-home