guix-commits
[Top][All Lists]
Advanced

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

20/143: gnu: r-ggmap: Update to 3.0.1.


From: guix-commits
Subject: 20/143: gnu: r-ggmap: Update to 3.0.1.
Date: Tue, 29 Nov 2022 13:29:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0b9c3e6f1af660791b403918df9f05cc0d74256f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:03 2022 +0100

    gnu: r-ggmap: Update to 3.0.1.
    
    * gnu/packages/cran.scm (r-ggmap): Update to 3.0.1.
    [propagated-inputs]: Remove r-rjson; add r-cli and r-rlang.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4e2792a400..4303b494ad 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4070,17 +4070,18 @@ files and in-memory raw vectors.")
 (define-public r-ggmap
   (package
     (name "r-ggmap")
-    (version "3.0.0")
+    (version "3.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggmap" version))
        (sha256
         (base32
-         "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
+         "0pg38zyxv1j6mwdwdqljynqrg7zjwqpsh65xdwmvbl0zgxa4p0pw"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-bitops
+           r-cli
            r-digest
            r-dplyr
            r-ggplot2
@@ -4092,7 +4093,7 @@ files and in-memory raw vectors.")
            r-png
            r-purrr
            r-rgooglemaps
-           r-rjson
+           r-rlang
            r-scales
            r-stringr
            r-tibble



reply via email to

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