guix-commits
[Top][All Lists]
Advanced

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

41/195: gnu: r-ggmap: Update to 4.0.0.


From: guix-commits
Subject: 41/195: gnu: r-ggmap: Update to 4.0.0.
Date: Fri, 15 Dec 2023 06:31:06 -0500 (EST)

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

commit c1ec71ce6b349ae41820941df5a080e3b48e7106
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:16:44 2023 +0100

    gnu: r-ggmap: Update to 4.0.0.
    
    * gnu/packages/cran.scm (r-ggmap): Update to 4.0.0.
    [propagated-inputs]: Remove r-rgooglemaps.
    
    Change-Id: I5ff9480ef268cadca62434f29b102ef977be36ab
---
 gnu/packages/cran.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3124f29420..9a97e4a18e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5685,14 +5685,14 @@ files and in-memory raw vectors.")
 (define-public r-ggmap
   (package
     (name "r-ggmap")
-    (version "3.0.2")
+    (version "4.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggmap" version))
        (sha256
         (base32
-         "1bnwbk2z31xgxmvq2rawqz7dlbmc0nbhr4d4pmgimjnlbyby6pxs"))))
+         "1x9lqx0mizqiyxzgg8pgkbi8qmbn2a0zsq5r5riknvh6ghskkrhd"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-bitops
@@ -5707,7 +5707,6 @@ files and in-memory raw vectors.")
            r-plyr
            r-png
            r-purrr
-           r-rgooglemaps
            r-rlang
            r-scales
            r-stringr



reply via email to

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