~ruther/guix-local

1a3482af80504753a0a12eb183886866607b67a7 — Sharlatan Hellseher 1 year, 3 months ago a56bfbb
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 22181,7 22181,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)


@@ 22191,7 22191,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"))))