gnu: r-maps: Update to 3.4.1.1.

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

Change-Id: I562ba446b9edcece65ec9078bd6d45949d0d82f1
This commit is contained in:
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
(package
(name "r-maps")
(version "3.4.1")
(version "3.4.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "maps" version))
(sha256
(base32
"0034114pdakxcx480b45qy9j4vq1v5ss961ssy92w4nqiqhsb4z6"))))
"06l58919kgks9adwzgfir44q6gnx46j3c7ah9c6d4dn36xsld7fk"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/maps")
(synopsis "Draw geographical maps")