diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-12-19 20:09:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-19 20:35:05 +0100 |
commit | 1028f9ef11c5ca2e2531c219e53ffefabde8cc57 (patch) | |
tree | b0efb23af792b8092075feab1902e14e5092e10d /gnu | |
parent | de3fd9253f1dce0a7a9de0571db0c9f7ffd753d5 (diff) |
gnu: r-yaml: Update to 2.1.16.
* gnu/packages/statistics.scm (r-yaml): Update to 2.1.16.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 1b8571ae4a..fda019cc50 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1328,13 +1328,13 @@ syntax that can be converted to XHTML or other formats.") (define-public r-yaml (package (name "r-yaml") - (version "2.1.14") + (version "2.1.16") (source (origin (method url-fetch) (uri (cran-uri "yaml" version)) (sha256 (base32 - "0x88xicrf7vwp77xgan27mnpdljhpkn0pz5kphnwqi3ddy25k9a1")))) + "1xlsmqal607w6c9rx86061y1fwpbyd5lqp9bad5n7cc9a0blpnkm")))) (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") |