gnu: r-mime: Update to 0.9.

* gnu/packages/statistics.scm (r-mime): Update to 0.9.
This commit is contained in:
Ricardo Wurmus 2020-02-19 20:56:08 +01:00
parent 8bf717ed36
commit ebbed19baf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1337,13 +1337,13 @@ (define-public r-highr
(define-public r-mime
(package
(name "r-mime")
(version "0.8")
(version "0.9")
(source (origin
(method url-fetch)
(uri (cran-uri "mime" version))
(sha256
(base32
"18w98prfbivvygiyamsf9yg090kzbnvw2fn9b27823gmis4d08ny"))))
"107sqarmyhxlch5nrg796i5z03p9mshskisiq2fm628ajk99gkrc"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/mime")
(synopsis "R package to map filenames to MIME types")