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
1 changed files with 2 additions and 2 deletions

View File

@ -33389,14 +33389,14 @@ test cases.")
(define-public r-highlight
(package
(name "r-highlight")
(version "0.5.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "highlight" version))
(sha256
(base32
"1shar4y07wyixg0ichdrn2xhgwkl3mv2pxkalqzisc69w605b3hf"))))
"06sirfmkdl355rfr5bb475829v7zx1spkz82vi31vl55jzijq54m"))))
(properties `((upstream-name . "highlight")))
(build-system r-build-system)
(home-page "https://github.com/hadley/highlight")