mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: r-highlight: Update to 0.5.1.
* gnu/packages/cran.scm (r-highlight): Update to 0.5.1.
This commit is contained in:
parent
8372fbd60c
commit
6b3b5d9719
1 changed files with 2 additions and 2 deletions
|
@ -33389,14 +33389,14 @@ (define-public r-vdiffr
|
||||||
(define-public r-highlight
|
(define-public r-highlight
|
||||||
(package
|
(package
|
||||||
(name "r-highlight")
|
(name "r-highlight")
|
||||||
(version "0.5.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "highlight" version))
|
(uri (cran-uri "highlight" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1shar4y07wyixg0ichdrn2xhgwkl3mv2pxkalqzisc69w605b3hf"))))
|
"06sirfmkdl355rfr5bb475829v7zx1spkz82vi31vl55jzijq54m"))))
|
||||||
(properties `((upstream-name . "highlight")))
|
(properties `((upstream-name . "highlight")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/hadley/highlight")
|
(home-page "https://github.com/hadley/highlight")
|
||||||
|
|
Loading…
Reference in a new issue