mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-mime: Update to 0.9.
* gnu/packages/statistics.scm (r-mime): Update to 0.9.
This commit is contained in:
parent
8bf717ed36
commit
ebbed19baf
1 changed files with 2 additions and 2 deletions
|
@ -1337,13 +1337,13 @@ (define-public r-highr
|
||||||
(define-public r-mime
|
(define-public r-mime
|
||||||
(package
|
(package
|
||||||
(name "r-mime")
|
(name "r-mime")
|
||||||
(version "0.8")
|
(version "0.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mime" version))
|
(uri (cran-uri "mime" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18w98prfbivvygiyamsf9yg090kzbnvw2fn9b27823gmis4d08ny"))))
|
"107sqarmyhxlch5nrg796i5z03p9mshskisiq2fm628ajk99gkrc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/yihui/mime")
|
(home-page "https://github.com/yihui/mime")
|
||||||
(synopsis "R package to map filenames to MIME types")
|
(synopsis "R package to map filenames to MIME types")
|
||||||
|
|
Loading…
Reference in a new issue