mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-isocodes: Update to 2023.12.07.
* gnu/packages/cran.scm (r-isocodes): Update to 2023.12.07. Change-Id: If92c17d5dac66c4006bfdab1d21eb5e3b4f0db6a
This commit is contained in:
parent
98157397cd
commit
ca68c6eba3
1 changed files with 2 additions and 2 deletions
|
@ -30922,14 +30922,14 @@ (define-public r-proxyc
|
|||
(define-public r-isocodes
|
||||
(package
|
||||
(name "r-isocodes")
|
||||
(version "2022.09.29")
|
||||
(version "2023.12.07")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ISOcodes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rag5mb3bbyxp8n32rhfyy752cy9hh5j80lp9xljj70scvglzbjb"))))
|
||||
"03nrcv1hh12yyqql03cr94kk3hnpynvrm4kv3plmdli2b3n1yqvk"))))
|
||||
(properties `((upstream-name . "ISOcodes")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=ISOcodes")
|
||||
|
|
Loading…
Reference in a new issue