guix-commits
[Top][All Lists]
Advanced

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

202/265: gnu: r-rbowtie: Update to 1.26.0.


From: guix-commits
Subject: 202/265: gnu: r-rbowtie: Update to 1.26.0.
Date: Sun, 15 Dec 2019 09:40:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 02684becc98cca1f01ff671901f3c3667d928c58
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:24:19 2019 +0100

    gnu: r-rbowtie: Update to 1.26.0.
    
    * gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.26.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 2ba67c6..5cdcfee 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4813,14 +4813,14 @@ Gaussian distributions.")
 (define-public r-rbowtie
   (package
     (name "r-rbowtie")
-    (version "1.24.0")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rbowtie" version))
        (sha256
         (base32
-         "1p8gbd2zn677lq8d009p2cplg1jm2jhn81lppipj638i9ynjh44f"))))
+         "0yy31xhdmf6xb21wlhmxxwfqpm0nil39pb2cs3pq5ia758lb88z4"))))
     (properties `((upstream-name . "Rbowtie")))
     (build-system r-build-system)
     (inputs



reply via email to

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