gnu: r-highr: Update to 0.8.
* gnu/packages/statistics.scm (r-highr): Update to 0.8.
This commit is contained in:
parent
1f2862b1be
commit
b6c5b0aca2
|
@ -1350,13 +1350,13 @@ There is also a Shiny app as a user interface in this package.")
|
||||||
(define-public r-highr
|
(define-public r-highr
|
||||||
(package
|
(package
|
||||||
(name "r-highr")
|
(name "r-highr")
|
||||||
(version "0.7")
|
(version "0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "highr" version))
|
(uri (cran-uri "highr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dzknqk4x7iiiq1jkh9bqm5qcvs7mbqxbkn5955050payavabfya"))))
|
"0my6idnhmmgs4q1vs40y2lh56yij2p59mpwvm53wjs2zk6x1zl2b"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/yihui/highr")
|
(home-page "https://github.com/yihui/highr")
|
||||||
(synopsis "Syntax highlighting for R source code")
|
(synopsis "Syntax highlighting for R source code")
|
||||||
|
|
Loading…
Reference in New Issue