3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-mime: Update to 0.8.

* gnu/packages/statistics.scm (r-mime): Update to 0.8.
This commit is contained in:
Ricardo Wurmus 2019-12-20 21:03:03 +01:00
parent 60cc8779cc
commit 8abfddb6b4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1337,13 +1337,13 @@ supported via Andre Simon's highlight package.")
(define-public r-mime
(package
(name "r-mime")
(version "0.7")
(version "0.8")
(source (origin
(method url-fetch)
(uri (cran-uri "mime" version))
(sha256
(base32
"12vpip67ajb90b8p96w43ir7mavrw2i61bwvpfnrlmlj9kj3w20i"))))
"18w98prfbivvygiyamsf9yg090kzbnvw2fn9b27823gmis4d08ny"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/mime")
(synopsis "R package to map filenames to MIME types")