guix-commits
[Top][All Lists]
Advanced

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

20/70: gnu: r-maps: Update to 3.4.2.


From: guix-commits
Subject: 20/70: gnu: r-maps: Update to 3.4.2.
Date: Thu, 28 Dec 2023 03:35:45 -0500 (EST)

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

commit 77be28bb9373b37672d5e2eb33802f4c960034b4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:44:28 2023 +0100

    gnu: r-maps: Update to 3.4.2.
    
    * gnu/packages/cran.scm (r-maps): Update to 3.4.2.
    
    Change-Id: Id5063b752e807e6bbba40e52894c1a92917f8799
---
 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 6060a4873f..a763a14f0f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5650,14 +5650,14 @@ and/or higher-resolution databases.")
 (define-public r-maps
   (package
     (name "r-maps")
-    (version "3.4.1.1")
+    (version "3.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "maps" version))
        (sha256
         (base32
-         "06l58919kgks9adwzgfir44q6gnx46j3c7ah9c6d4dn36xsld7fk"))))
+         "032b8348k8vjhwj0d58v7akjkvfpvqzfva0nl7acyy8pky47prak"))))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/maps";)
     (synopsis "Draw geographical maps")



reply via email to

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