guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

158/212: gnu: r-highlight: Update to 0.5.1.


From: guix-commits
Subject: 158/212: gnu: r-highlight: Update to 0.5.1.
Date: Sat, 18 Feb 2023 14:01:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6b3b5d9719644724e0a58522eceb4741692dfba9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:58 2023 +0100

    gnu: r-highlight: Update to 0.5.1.
    
    * gnu/packages/cran.scm (r-highlight): Update to 0.5.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 492492bafd..4446a138a4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]