guix-commits
[Top][All Lists]
Advanced

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

28/158: gnu: r-ggpp: Update to 0.5.4.


From: guix-commits
Subject: 28/158: gnu: r-ggpp: Update to 0.5.4.
Date: Mon, 28 Aug 2023 11:11:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 40d5e645b08690d7be71a9520921d89b2ce57ab3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:15 2023 +0200

    gnu: r-ggpp: Update to 0.5.4.
    
    * gnu/packages/cran.scm (r-ggpp): Update to 0.5.4.
---
 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 cc58837193..bccc9c921d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2014,14 +2014,14 @@ variables.")
 (define-public r-ggpp
   (package
     (name "r-ggpp")
-    (version "0.5.3")
+    (version "0.5.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpp" version))
        (sha256
         (base32
-         "1shcjplw2w8jbfbp0flpxhb7jfy7v79vhjv1qlh6lmam2fziydcc"))))
+         "05w74003jp7kprxxbni0plr7ydzyc5hzw8g39kn0qd4p7dksjpwr"))))
     (properties `((upstream-name . "ggpp")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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