guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: r-ggpp: Update to 0.4.2.


From: guix-commits
Subject: 04/13: gnu: r-ggpp: Update to 0.4.2.
Date: Wed, 4 Aug 2021 09:56:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 851fa07575f715da014088e860dd0e61807410e9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 4 15:35:38 2021 +0200

    gnu: r-ggpp: Update to 0.4.2.
    
    * gnu/packages/cran.scm (r-ggpp): Update to 0.4.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 3262ee9..0770250 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -591,14 +591,14 @@ variables.")
 (define-public r-ggpp
   (package
     (name "r-ggpp")
-    (version "0.4.1")
+    (version "0.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggpp" version))
        (sha256
         (base32
-         "17j8b46vn0kdpm7x6xyfqzz3la8mwzhjql6dbgyvqnrylbx4svyl"))))
+         "0m2wq9kqlxqxlzyx9fd0c4iw6qb7kpjrq7fqqa2kvwyj79vx6ahj"))))
     (properties `((upstream-name . "ggpp")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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