diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-16 21:15:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 04:02:10 +0200 |
commit | e354b032231b06e0ee01abf4c1c56f367ff92081 (patch) | |
tree | 6c5aed6a784a935b8a75a3c11d7bedc1aba37564 | |
parent | 8998583417ce282bd87514d053b559162515aabf (diff) | |
download | guix-e354b032231b06e0ee01abf4c1c56f367ff92081.tar.gz guix-e354b032231b06e0ee01abf4c1c56f367ff92081.zip |
gnu: r-yaml: Update to 2.1.18.
* gnu/packages/statistics.scm (r-yaml): Update to 2.1.18.
-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 2488e1fd83..4c33183a1e 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -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") |