guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: r-ggfortify: Update to 0.4.16.


From: guix-commits
Subject: 07/13: gnu: r-ggfortify: Update to 0.4.16.
Date: Tue, 21 Mar 2023 07:40:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4127151a5c746dafd7a6a2008e6028004686c52b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 21 12:14:33 2023 +0100

    gnu: r-ggfortify: Update to 0.4.16.
    
    * gnu/packages/cran.scm (r-ggfortify): Update to 0.4.16.
---
 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 2376175bf6..0c5695e563 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23536,14 +23536,14 @@ versions.  A Shiny application implementing the 
functions is also included.")
 (define-public r-ggfortify
   (package
     (name "r-ggfortify")
-    (version "0.4.15")
+    (version "0.4.16")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggfortify" version))
        (sha256
         (base32
-         "1cfwv8jjy1yk0l5wnp48ql1javvrzq1wnh1lv49xp6rynz00lxm8"))))
+         "05h3a4ycain0y621anjpjphsjlhpayb2nnd6n70rlymrbilfw6xv"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-dplyr



reply via email to

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