gnu: r-isocodes: Update to 2020.12.04.
* gnu/packages/cran.scm (r-isocodes): Update to 2020.12.04.
This commit is contained in:
parent
5a4b3d642c
commit
cdbe38c682
1 changed files with 2 additions and 2 deletions
|
@ -20845,14 +20845,14 @@ and Euclidean distance is particularly fast.")
|
||||||
(define-public r-isocodes
|
(define-public r-isocodes
|
||||||
(package
|
(package
|
||||||
(name "r-isocodes")
|
(name "r-isocodes")
|
||||||
(version "2020.03.16")
|
(version "2020.12.04")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ISOcodes" version))
|
(uri (cran-uri "ISOcodes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hz1sj57qkkkrgn8slsz2n4jv1fkyp40503j9rg30lxy4gmb83hn"))))
|
"18373rkhmwm7y2drvfbhrxkqw9d23avf0ndvh0fg00z4djvddkjx"))))
|
||||||
(properties `((upstream-name . "ISOcodes")))
|
(properties `((upstream-name . "ISOcodes")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/package=ISOcodes")
|
(home-page "https://cran.r-project.org/package=ISOcodes")
|
||||||
|
|
Reference in a new issue