GNU bug report logs -
#77246
[PATCH python-team 00/18] One more iteration with a few fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 25 Mar 2025 07:25:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 77246 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioinformatics.scm (python-biom-format): Update to 2.1.16.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7e0896fd5b..0b45ae08e0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3885,7 +3885,7 @@ (define-public python-bioframe
(define-public python-biom-format
(package
(name "python-biom-format")
- (version "2.1.12")
+ (version "2.1.16")
(source
(origin
(method git-fetch)
@@ -3897,7 +3897,7 @@ (define-public python-biom-format
(file-name (git-file-name name version))
(sha256
(base32
- "06x2d8fv80jp86kd66fm3ragmxrpa2j0lzsbm337ziqjnpsdwc0f"))
+ "1npxjsi7r0w8diq6s37q21cqgrqifl7f483lfn72bn7qrvkvbpyz"))
(modules '((guix build utils)))
;; Delete generated C files.
(snippet
--
2.49.0
This bug report was last modified 115 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.