gnu: r-mine: Update to 0.6.

* gnu/packages/statistics.scm (r-mine): Update to 0.6.
This commit is contained in:
Ricardo Wurmus 2018-10-28 19:32:34 +01:00
parent 9413424d2d
commit 9f7438355d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1310,13 +1310,13 @@ (define-public r-highr
(define-public r-mime (define-public r-mime
(package (package
(name "r-mime") (name "r-mime")
(version "0.5") (version "0.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "mime" version)) (uri (cran-uri "mime" version))
(sha256 (sha256
(base32 (base32
"0i91m3ivaja1k33jwcvz16pfjypkci27awm8glil7sxhmwaj3izw")))) "00f4gw4sg1kn03s67gficxgb7a7fb6pwhlvrxrml05q1mc2vcxa7"))))
(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")