guix-commits
[Top][All Lists]
Advanced

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

06/39: gnu: r-gage: Update to 2.46.1.


From: guix-commits
Subject: 06/39: gnu: r-gage: Update to 2.46.1.
Date: Mon, 3 Oct 2022 13:08:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ba6a3e7d39b2fe0dba38c16ee151f6115aa4a22f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:52 2022 +0200

    gnu: r-gage: Update to 2.46.1.
    
    * gnu/packages/bioconductor.scm (r-gage): Update to 2.46.1.
---
 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 02e417d98d..1b89d751fe 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4211,14 +4211,14 @@ microarrays or GRanges for sequencing data.")
 (define-public r-gage
   (package
     (name "r-gage")
-    (version "2.46.0")
+    (version "2.46.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "gage" version))
        (sha256
         (base32
-         "03hx188h98qrbpjlf8v9sg2vqyfv49rp4c18ir11pg6hwqqrxh7b"))))
+         "01y04jcy7a9fksyhj0nq37n1inkrpqf4qv117lflvipbx0dsw4gl"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-annotationdbi r-go-db r-graph r-keggrest))



reply via email to

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