guix-commits
[Top][All Lists]
Advanced

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

58/288: gnu: r-geoquery: Update to 2.58.0.


From: guix-commits
Subject: 58/288: gnu: r-geoquery: Update to 2.58.0.
Date: Mon, 16 Nov 2020 15:06:53 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 521b34b9519e7d3ff29c17fd2de04c2c0cae32ab
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:49:54 2020 +0100

    gnu: r-geoquery: Update to 2.58.0.
    
    * gnu/packages/bioconductor.scm (r-geoquery): Update to 2.58.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 251915c..1e1637e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3128,14 +3128,14 @@ high-throughput analyses.")
 (define-public r-geoquery
   (package
     (name "r-geoquery")
-    (version "2.56.0")
+    (version "2.58.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GEOquery" version))
        (sha256
         (base32
-         "0sap1dsa3k3qpv5z5y3cimxyhbm8qai87gqn3g1w3hwlcqsss92m"))))
+         "1jzhgnd404wkz978vbqzwbgixr7yk98c7s9q1fzlyax4f8l0cpi4"))))
     (properties `((upstream-name . "GEOquery")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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