guix-commits
[Top][All Lists]
Advanced

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

03/38: gnu: r-ggpp: Update to 0.5.2.


From: guix-commits
Subject: 03/38: gnu: r-ggpp: Update to 0.5.2.
Date: Thu, 6 Apr 2023 11:34:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a5e3a4869d162eb6dc0e7f39020caca702bace5b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 6 17:32:35 2023 +0200

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



reply via email to

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