me
/
guix
Archived
1
0
Fork 0

gnu: r-mime: Update to 0.12.

* gnu/packages/statistics.scm (r-mime): Update to 0.12.
master
Ricardo Wurmus 2021-11-01 20:44:52 +00:00
parent 0178f11814
commit 4ea639a14a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1386,13 +1386,13 @@ supported via Andre Simon's highlight package.")
(define-public r-mime
(package
(name "r-mime")
(version "0.11")
(version "0.12")
(source (origin
(method url-fetch)
(uri (cran-uri "mime" version))
(sha256
(base32
"1h7fz0rqnp970r9q0d95qcxpxm9mb98rqhcdncx0w2qdkyj2fm11"))))
"0j9qbq9jfsp61h2d0xmb87pa2wi8nhb1h2wih7l5drf1sr8i0059"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/mime")
(synopsis "R package to map filenames to MIME types")