~ruther/guix-local

ce492341dd7a225aaf9ce802d3f97c0c0d114693 — Ricardo Wurmus 1 year, 1 month ago d584b84
gnu: r-mime: Update to 0.13.

* gnu/packages/cran.scm (r-mime): Update to 0.13.

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

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 9999,13 9999,13 @@ the execution time of R expressions.")
(define-public r-mime
  (package
    (name "r-mime")
    (version "0.12")
    (version "0.13")
    (source (origin
              (method url-fetch)
              (uri (cran-uri "mime" version))
              (sha256
               (base32
                "0j9qbq9jfsp61h2d0xmb87pa2wi8nhb1h2wih7l5drf1sr8i0059"))))
                "1szkqzily5sr1qlnrlrprid2gy5wkzb7dlxs2bzqwf63yd686cki"))))
    (build-system r-build-system)
    (home-page "https://github.com/yihui/mime")
    (synopsis "R package to map filenames to MIME types")