sharlatan pushed a commit to branch python-team
in repository guix.
commit 4aac46b1d0ff9f74fb885f5bdba513bb61c58b87
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Mar 27 14:04:25 2025 +0000
gnu: python-ont-fast5-api: Update to 4.1.3.
* gnu/packages/bioinformatics.scm (python-ont-fast5-api): Update to 4.1.3.
Change-Id: I8dc6f2a911624b62fbf419b28cfad840200a207c
---
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 b86d7752d2..09d6b18206 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -22079,7 +22079,7 @@ effective when applied to the signal dataset.")
(define-public python-ont-fast5-api
(package
(name "python-ont-fast5-api")
- (version "4.0.0")
+ (version "4.1.3")
(source
(origin
(method git-fetch)
@@ -22089,7 +22089,7 @@ effective when applied to the signal dataset.")
(file-name (git-file-name name version))
(sha256
(base32
- "01hj4751j424lzic2sc4bz1f8w7i7fpkjpy3rgghdyl5lyfyb4s4"))
+ "05zwjgdnzdrqfifhgw9rp4s22g8ysvjfhlaq9nb6p68q6mijy098"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "ont_fast5_api/vbz_plugin"))))