guix-commits
[Top][All Lists]
Advanced

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

18/212: gnu: r-ggpp: Update to 0.5.1.


From: guix-commits
Subject: 18/212: gnu: r-ggpp: Update to 0.5.1.
Date: Sat, 18 Feb 2023 14:00:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e78754a7ca50d9e0933da28246a1ae0f70390a4e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:12 2023 +0100

    gnu: r-ggpp: Update to 0.5.1.
    
    * gnu/packages/cran.scm (r-ggpp): Update to 0.5.1.
---
 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 6e2ba61ca1..a414497116 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1553,14 +1553,14 @@ variables.")
 (define-public r-ggpp
   (package
     (name "r-ggpp")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpp" version))
        (sha256
         (base32
-         "0zmxnzsdmwv9v77fifgiknalwif59261kslq8848x1xch8f82l77"))))
+         "0cbv09gvwrxj5k8ffh4v537cf4hx3z2zgs8yy0ssglslibfgd3ka"))))
     (properties `((upstream-name . "ggpp")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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