guix-commits
[Top][All Lists]
Advanced

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

220/324: gnu: r-rbowtie: Update to 1.32.0.


From: guix-commits
Subject: 220/324: gnu: r-rbowtie: Update to 1.32.0.
Date: Sat, 5 Jun 2021 03:15:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0e74fff5eb8981396a27c6a73e32e2bbbfe237c2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:03 2021 +0200

    gnu: r-rbowtie: Update to 1.32.0.
    
    * gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.32.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 85799ee..dd74111 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8854,14 +8854,14 @@ Gaussian distributions.")
 (define-public r-rbowtie
   (package
     (name "r-rbowtie")
-    (version "1.30.0")
+    (version "1.32.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rbowtie" version))
        (sha256
         (base32
-         "0rgxqc3sbq7phnrn9a6z361725h4zi2mi985i43n7fi3csif7507"))))
+         "0mfikbrs28q7r3lnsq0jma5x6nkrnm3q46242jh35w9c969jk5yy"))))
     (properties `((upstream-name . "Rbowtie")))
     (build-system r-build-system)
     (inputs



reply via email to

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