sharlatan pushed a commit to branch python-team in repository guix. commit a2edac53d30facba3dcde7912b4013abf73410c9 Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 11c3f9c748..6274b2d868 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"))))