guix-commits
[Top][All Lists]
Advanced

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

22/33: gnu: r-rbowtie2: Update to 2.4.2.


From: guix-commits
Subject: 22/33: gnu: r-rbowtie2: Update to 2.4.2.
Date: Wed, 15 Mar 2023 12:41:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 01911fa0a4979c773f9e7c67efe4a7990641fae4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 15 14:56:31 2023 +0100

    gnu: r-rbowtie2: Update to 2.4.2.
    
    * gnu/packages/bioconductor.scm (r-rbowtie2): Update to 2.4.2.
---
 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 739b87cfca..a963249adf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13622,14 +13622,14 @@ This algorithm is based on the publication by Hart et 
al., 2013 (Pubmed ID
 (define-public r-rbowtie2
   (package
     (name "r-rbowtie2")
-    (version "2.4.0")
+    (version "2.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rbowtie2" version))
        (sha256
         (base32
-         "05cczwkhv7kfnhlr0qznk6vdjncaj907895923f8mwx4j4cy5gcz"))))
+         "0cbm6q4v9ddyx4gnw2p47ssyhnmjfxahvzbzwjzn0my3ixssy0aj"))))
     (properties `((upstream-name . "Rbowtie2")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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