~ruther/guix-local

fbbf69f5012de9a6fcf3a92d498c0c2961ab910f — Ricardo Wurmus 1 year, 9 months ago bb8bab5
gnu: r-yaml: Update to 2.3.10.

* gnu/packages/statistics.scm (r-yaml): Update to 2.3.10.

Change-Id: I64802f3c68be2498ea48755608ddf55dc3adae3e
1 files changed, 2 insertions(+), 2 deletions(-)

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