guix-commits
[Top][All Lists]
Advanced

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

05/23: gnu: r-ggrastr: Update to 1.0.2.


From: guix-commits
Subject: 05/23: gnu: r-ggrastr: Update to 1.0.2.
Date: Sat, 3 Jun 2023 02:33:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6b07e527522ccbec1200e64b142ea38413cb118d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 3 08:32:01 2023 +0200

    gnu: r-ggrastr: Update to 1.0.2.
    
    * gnu/packages/cran.scm (r-ggrastr): Update to 1.0.2.
---
 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 7840563a6b..b3c2a923f9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1927,13 +1927,13 @@ Prism-look is achieved with @code{theme_prism()} and
 (define-public r-ggrastr
   (package
     (name "r-ggrastr")
-    (version "1.0.1")
+    (version "1.0.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "ggrastr" version))
               (sha256
                (base32
-                "07sx5wlawfyb0zy5am2q1ajhkdym5r9ih47p57l8bv4dlc7ykml2"))))
+                "1l90mlb6bqq98ifmlbs5481vch9inmzdnvnz192adklrr9nl09yb"))))
     (properties `((upstream-name . "ggrastr")))
     (build-system r-build-system)
     (propagated-inputs (list r-cairo r-ggbeeswarm r-ggplot2 r-png r-ragg))



reply via email to

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