gnu: r-yaml: Update to 2.2.1.
* gnu/packages/statistics.scm (r-yaml): Update to 2.2.1.
This commit is contained in:
parent
ebbed19baf
commit
67c6d5d000
1 changed files with 2 additions and 2 deletions
|
@ -1382,13 +1382,13 @@ syntax that can be converted to XHTML or other formats.")
|
||||||
(define-public r-yaml
|
(define-public r-yaml
|
||||||
(package
|
(package
|
||||||
(name "r-yaml")
|
(name "r-yaml")
|
||||||
(version "2.2.0")
|
(version "2.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "yaml" version))
|
(uri (cran-uri "yaml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0in562nd0i23cg91a8kdbqgim656fgscykwi0icsnq53xj3srg2m"))))
|
"10r7g26x73am45niigm3k466030nymnr3v3fjljafzrr5aybf58i"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue