mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-yaml: Update to 2.3.10.
* gnu/packages/statistics.scm (r-yaml): Update to 2.3.10. Change-Id: I64802f3c68be2498ea48755608ddf55dc3adae3e
This commit is contained in:
parent
bb8bab522a
commit
fbbf69f501
1 changed files with 2 additions and 2 deletions
|
@ -1607,13 +1607,13 @@ (define-public r-markdown
|
||||||
(define-public r-yaml
|
(define-public r-yaml
|
||||||
(package
|
(package
|
||||||
(name "r-yaml")
|
(name "r-yaml")
|
||||||
(version "2.3.8")
|
(version "2.3.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "yaml" version))
|
(uri (cran-uri "yaml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n1zlbnq3ldipnnm08whpvm8r21vxg4c9jzg7x7j3blw2pi7kl4y"))))
|
"0v9al1fh82vpjhml91j73sim7gfyc0154kxaam41sdkf6qnx8dp2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/yaml/")
|
(home-page "https://cran.r-project.org/web/packages/yaml/")
|
||||||
(synopsis "Methods to convert R data to YAML and back")
|
(synopsis "Methods to convert R data to YAML and back")
|
||||||
|
|
Loading…
Reference in a new issue