gnu: r-mapproj: Update to 1.2.6.
* gnu/packages/geo.scm (r-mapproj): Update to 1.2.6.
This commit is contained in:
parent
5895f238d7
commit
2ef5ab8749
|
@ -518,14 +518,14 @@ Projection code and larger maps are in separate packages ('mapproj' and
|
||||||
(define-public r-mapproj
|
(define-public r-mapproj
|
||||||
(package
|
(package
|
||||||
(name "r-mapproj")
|
(name "r-mapproj")
|
||||||
(version "1.2-5")
|
(version "1.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mapproj" version))
|
(uri (cran-uri "mapproj" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rjz37r4rizk2c6jaf54f0kfb60dqv6b262cnhiwjl55d4x6l0pk"))))
|
"1rggww8cbwv0vzlj5afzhbsbngg4bzj5znbkz7wmxsbshfbsm9b2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-maps" ,r-maps)))
|
(propagated-inputs `(("r-maps" ,r-maps)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/mapproj")
|
(home-page "https://cran.r-project.org/web/packages/mapproj")
|
||||||
|
|
Loading…
Reference in New Issue