guix-commits
[Top][All Lists]
Advanced

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

103/158: gnu: r-mapplots: Update to 1.5.2.


From: guix-commits
Subject: 103/158: gnu: r-mapplots: Update to 1.5.2.
Date: Mon, 28 Aug 2023 11:11:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0bf22801c47282873e1f5c66346ad2f515c32de8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:21:03 2023 +0200

    gnu: r-mapplots: Update to 1.5.2.
    
    * gnu/packages/cran.scm (r-mapplots): Update to 1.5.2.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 94ff6576a3..00739298a0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24157,14 +24157,14 @@ methods, as described by Deng C, et al. (2018).")
 (define-public r-mapplots
   (package
     (name "r-mapplots")
-    (version "1.5.1")
+    (version "1.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "mapplots" version))
        (sha256
         (base32
-         "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
+         "064a3jc7p4wh5x8rxmjap6kqkg19zfkq8ac820d9sm35d0fia3pd"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/mapplots/";)
     (synopsis "Data visualization on maps")



reply via email to

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