guix-commits
[Top][All Lists]
Advanced

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

151/356: gnu: r-geoquery: Update to 2.62.0.


From: guix-commits
Subject: 151/356: gnu: r-geoquery: Update to 2.62.0.
Date: Sun, 7 Nov 2021 18:11:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c14e90b2e06e56ce4c7ef6a2aff11e5978a534fc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:18 2021 +0000

    gnu: r-geoquery: Update to 2.62.0.
    
    * gnu/packages/bioconductor.scm (r-geoquery): Update to 2.62.0.
    [propagated-inputs]: Add r-data-table.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a363564..3fb4c43 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6726,18 +6726,19 @@ high-throughput analyses.")
 (define-public r-geoquery
   (package
     (name "r-geoquery")
-    (version "2.60.0")
+    (version "2.62.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GEOquery" version))
        (sha256
         (base32
-         "0jhkdbcd03d5n8vn3xkad6f21xjkawyxc9rdwcj8vwc8alx730am"))))
+         "0fkx4jh1s76l015vwikkryarlx6iihb1z935nzpdhah3rpqx3b3z"))))
     (properties `((upstream-name . "GEOquery")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biobase" ,r-biobase)
+       ("r-data-table" ,r-data-table)
        ("r-dplyr" ,r-dplyr)
        ("r-httr" ,r-httr)
        ("r-limma" ,r-limma)



reply via email to

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