me
/
guix
Archived
1
0
Fork 0

gnu: r-maps: Update to 3.4.1.1.

* gnu/packages/cran.scm (r-maps): Update to 3.4.1.1.

Change-Id: I562ba446b9edcece65ec9078bd6d45949d0d82f1
master
Ricardo Wurmus 2023-11-15 15:54:33 +01:00
parent 76b34f7130
commit e3fe8eed8f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5564,14 +5564,14 @@ and/or higher-resolution databases.")
(define-public r-maps (define-public r-maps
(package (package
(name "r-maps") (name "r-maps")
(version "3.4.1") (version "3.4.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "maps" version)) (uri (cran-uri "maps" version))
(sha256 (sha256
(base32 (base32
"0034114pdakxcx480b45qy9j4vq1v5ss961ssy92w4nqiqhsb4z6")))) "06l58919kgks9adwzgfir44q6gnx46j3c7ah9c6d4dn36xsld7fk"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/maps") (home-page "https://cran.r-project.org/web/packages/maps")
(synopsis "Draw geographical maps") (synopsis "Draw geographical maps")