~ruther/guix-local

9cdf10f1c9caf3c2a9e5523a276e4cdd6b9838d3 — Ricardo Wurmus 9 years ago c616810
gnu: r-yaml: Update to 2.1.14.

* gnu/packages/statistics.scm (r-yaml): Update to 2.1.14.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -2
@@ 974,13 974,13 @@ syntax that can be converted to XHTML or other formats.")
(define-public r-yaml
  (package
    (name "r-yaml")
    (version "2.1.13")
    (version "2.1.14")
    (source (origin
              (method url-fetch)
              (uri (cran-uri "yaml" version))
              (sha256
               (base32
                "18kz5mfn7qpif5pn91w4vbrc5bkycsj85vwm5wxwzjlb02i9mxi6"))))
                "0x88xicrf7vwp77xgan27mnpdljhpkn0pz5kphnwqi3ddy25k9a1"))))
    (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")