guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

207/265: gnu: r-rbowtie2: Update to 1.8.0.


From: guix-commits
Subject: 207/265: gnu: r-rbowtie2: Update to 1.8.0.
Date: Sun, 15 Dec 2019 09:40:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c5a4c5a1ce1304a33e2242966278c0d2efaf4d1b
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:24:58 2019 +0100

    gnu: r-rbowtie2: Update to 1.8.0.
    
    * gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.8.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 eb947de..6c9a4f9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4685,14 +4685,14 @@ This algorithm is based on the publication by Hart et 
al., 2013 (Pubmed ID
 (define-public r-rbowtie2
   (package
     (name "r-rbowtie2")
-    (version "1.6.0")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rbowtie2" version))
        (sha256
         (base32
-         "1yphnrk5j52gzvy9g6mw05dzh9sm8xxvhyja59ak68nrs1bh3lq4"))))
+         "1b7x42n9zisi2w2wwfc0c39j8s9868imyr0ysqgswf6l5mv9ivc5"))))
     (properties `((upstream-name . "Rbowtie2")))
     (build-system r-build-system)
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]