1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-08 10:15:56 +02:00

gnu: r-mapproj: Update to 1.2.9.

* gnu/packages/cran.scm (r-mapproj): Update to 1.2.9.
This commit is contained in:
Ricardo Wurmus
2022-11-04 08:23:14 +01:00
parent 72c23c8139
commit 455dde60c3
+2 -2
View File
@@ -3786,14 +3786,14 @@ Projection code and larger maps are in separate packages (@code{mapproj} and
(define-public r-mapproj
(package
(name "r-mapproj")
(version "1.2.8")
(version "1.2.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "mapproj" version))
(sha256
(base32
"10bpib827011fpgvzsmlv4j3i41s0r3cv1hvawwdlk753s7i0pw6"))))
"10nzfbyfkc545qxf51i33g0f8iiidcnhj971ylphnbh7j2sgla6s"))))
(build-system r-build-system)
(propagated-inputs (list r-maps))
(home-page "https://cran.r-project.org/web/packages/mapproj")