gnu: r-highr: Update to 0.8.

* gnu/packages/statistics.scm (r-highr): Update to 0.8.
master
Ricardo Wurmus 2019-03-20 23:33:50 +01:00
parent 1f2862b1be
commit b6c5b0aca2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1350,13 +1350,13 @@ There is also a Shiny app as a user interface in this package.")
(define-public r-highr
(package
(name "r-highr")
(version "0.7")
(version "0.8")
(source (origin
(method url-fetch)
(uri (cran-uri "highr" version))
(sha256
(base32
"1dzknqk4x7iiiq1jkh9bqm5qcvs7mbqxbkn5955050payavabfya"))))
"0my6idnhmmgs4q1vs40y2lh56yij2p59mpwvm53wjs2zk6x1zl2b"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/highr")
(synopsis "Syntax highlighting for R source code")