guix-commits
[Top][All Lists]
Advanced

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

04/29: gnu: r-ggpp: Update to 0.5.3.


From: guix-commits
Subject: 04/29: gnu: r-ggpp: Update to 0.5.3.
Date: Mon, 17 Jul 2023 09:00:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8ed1249d6516bb860eb3c8d11dfd7a0173b9cfc5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 17 14:19:51 2023 +0200

    gnu: r-ggpp: Update to 0.5.3.
    
    * gnu/packages/cran.scm (r-ggpp): Update to 0.5.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 5f3261f11f..e3331c21f9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1871,14 +1871,14 @@ variables.")
 (define-public r-ggpp
   (package
     (name "r-ggpp")
-    (version "0.5.2")
+    (version "0.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpp" version))
        (sha256
         (base32
-         "0w93427hyiihddsdr6q962gfl01b06yxchi3x3dinfb8mf1m5qmk"))))
+         "1shcjplw2w8jbfbp0flpxhb7jfy7v79vhjv1qlh6lmam2fziydcc"))))
     (properties `((upstream-name . "ggpp")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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