gnu: r-highlight: Update to 0.5.1.

* gnu/packages/cran.scm (r-highlight): Update to 0.5.1.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:58 +01:00
parent 8372fbd60c
commit 6b3b5d9719
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")