mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-isocodes: Update to 2020.03.16.
* gnu/packages/cran.scm (r-isocodes): Update to 2020.03.16.
This commit is contained in:
parent
c7eb52e64c
commit
40e5102449
1 changed files with 2 additions and 2 deletions
|
@ -19390,14 +19390,14 @@ (define-public r-proxyc
|
||||||
(define-public r-isocodes
|
(define-public r-isocodes
|
||||||
(package
|
(package
|
||||||
(name "r-isocodes")
|
(name "r-isocodes")
|
||||||
(version "2019.12.22")
|
(version "2020.03.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ISOcodes" version))
|
(uri (cran-uri "ISOcodes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k2f2258bwzs0b3nxma9kcw395qkljvk514a7047rx4dn0iwd874"))))
|
"1hz1sj57qkkkrgn8slsz2n4jv1fkyp40503j9rg30lxy4gmb83hn"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue