guix-commits
[Top][All Lists]
Advanced

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

33/51: gnu: r-gghighlight: Update to 0.3.3.


From: guix-commits
Subject: 33/51: gnu: r-gghighlight: Update to 0.3.3.
Date: Mon, 13 Jun 2022 09:26:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4cc33ce2b24334f84b75eeb135ecb946b054c3e2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:21:58 2022 +0200

    gnu: r-gghighlight: Update to 0.3.3.
    
    * gnu/packages/cran.scm (r-gghighlight): Update to 0.3.3.
---
 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 cce88a2962..be1398f42c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23967,13 +23967,13 @@ from PLINK results.")
 (define-public r-gghighlight
   (package
     (name "r-gghighlight")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gghighlight" version))
        (sha256
-        (base32 "0bxgn4srxz1qhawqa8ck57p8hg5ikwfa9ll03zmnn8fb19akwm2v"))))
+        (base32 "0isfp5n0ijqpy3z5d7l75mlq15nbkjppv6812lcya6097ar2d381"))))
     (properties `((upstream-name . "gghighlight")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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