guix-commits
[Top][All Lists]
Advanced

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

13/55: gnu: r-maps: Update to 3.3.0.


From: Ricardo Wurmus
Subject: 13/55: gnu: r-maps: Update to 3.3.0.
Date: Sat, 21 Apr 2018 17:08:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5895f238d746dfaebb4e80c25c8e954dc681a302
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Apr 21 08:34:06 2018 +0200

    gnu: r-maps: Update to 3.3.0.
    
    * gnu/packages/geo.scm (r-maps): Update to 3.3.0.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 9c7c071..46389de 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -499,14 +499,14 @@ development.")
 (define-public r-maps
   (package
    (name "r-maps")
-   (version "3.2.0")
+   (version "3.3.0")
    (source
      (origin
        (method url-fetch)
        (uri (cran-uri "maps" version))
        (sha256
         (base32
-         "0577f3b5d3a7djl7r0miy9mzr6xq6jb32p8nyrma7m2azasbwyj3"))))
+         "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
    (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]