mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-isocodes: Update to 2022.09.29.
* gnu/packages/cran.scm (r-isocodes): Update to 2022.09.29.
This commit is contained in:
parent
081ea818d9
commit
f9ecc73759
1 changed files with 2 additions and 2 deletions
|
@ -25859,14 +25859,14 @@ (define-public r-proxyc
|
|||
(define-public r-isocodes
|
||||
(package
|
||||
(name "r-isocodes")
|
||||
(version "2022.01.10")
|
||||
(version "2022.09.29")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ISOcodes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gy7n5bgxnl4rawry0pg078bkks9lzsbsrwjq8q5cvxl4k3dwpdj"))))
|
||||
"1rag5mb3bbyxp8n32rhfyy752cy9hh5j80lp9xljj70scvglzbjb"))))
|
||||
(properties `((upstream-name . "ISOcodes")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=ISOcodes")
|
||||
|
|
Loading…
Reference in a new issue