gnu: r-mime: Update to 0.11.

* gnu/packages/statistics.scm (r-mime): Update to 0.11.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:25 +02:00
parent c4b65d50e3
commit 756449c642
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1379,13 +1379,13 @@ (define-public r-highr
(define-public r-mime
(package
(name "r-mime")
(version "0.10")
(version "0.11")
(source (origin
(method url-fetch)
(uri (cran-uri "mime" version))
(sha256
(base32
"1xz37fizlx4w3g8kbim7vr5slqd6cmaq5sa0s4q7ayl1bahk6ckq"))))
"1h7fz0rqnp970r9q0d95qcxpxm9mb98rqhcdncx0w2qdkyj2fm11"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/mime")
(synopsis "R package to map filenames to MIME types")