rekado pushed a commit to branch master
in repository guix.

commit 311adddab3833b6f48f414ebefd24ffdca7ce808
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Nov 4 22:04:31 2021 +0000

    gnu: r-flowutils: Update to 1.58.0.
    
    * gnu/packages/bioconductor.scm (r-flowutils): Update to 1.58.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index cf3c6bf..501f7a5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9576,14 +9576,14 @@ and to both short and long sequence reads.")
 (define-public r-flowutils
   (package
     (name "r-flowutils")
-    (version "1.56.0")
+    (version "1.58.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "flowUtils" version))
        (sha256
         (base32
-         "1sdwgyvrsz0pp60zdfrcgb7bs8s87j7257p8ck813ydizc324x9w"))))
+         "0rgybkzbn8c3kpbz0ddghp1np0gka0cgiqvkk5jbnhlgf4s07161"))))
     (properties `((upstream-name . "flowUtils")))
     (build-system r-build-system)
     (propagated-inputs

Reply via email to