gnu: r-yaml: Update to 2.1.18.

* gnu/packages/statistics.scm (r-yaml): Update to 2.1.18.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-16 21:15:11 +02:00
parent 8998583417
commit e354b03223
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1331,13 +1331,13 @@ syntax that can be converted to XHTML or other formats.")
(define-public r-yaml
(package
(name "r-yaml")
(version "2.1.17")
(version "2.1.18")
(source (origin
(method url-fetch)
(uri (cran-uri "yaml" version))
(sha256
(base32
"10y6wnv2v8k396far29haqv2s82p4zm04rrsxk183wg19gb51was"))))
"15m4q5krfqg0avvqg9i2g6ns4757lk6zbyrwbx5c5bgh51glvd8v"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/yaml/")
(synopsis "Methods to convert R data to YAML and back")