guix-commits
[Top][All Lists]
Advanced

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

74/143: gnu: r-ggfortify: Update to 0.4.15.


From: guix-commits
Subject: 74/143: gnu: r-ggfortify: Update to 0.4.15.
Date: Tue, 29 Nov 2022 13:29:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 09b421176777782245445527698323882e86049d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:21 2022 +0100

    gnu: r-ggfortify: Update to 0.4.15.
    
    * gnu/packages/cran.scm (r-ggfortify): Update to 0.4.15.
---
 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 315385e7b0..c5a17a18dd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21609,14 +21609,14 @@ includes data sets from oceanography.")
 (define-public r-ggfortify
   (package
     (name "r-ggfortify")
-    (version "0.4.14")
+    (version "0.4.15")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggfortify" version))
        (sha256
         (base32
-         "038m74azpy43869ax1yi6wxbl1kr59iaxl8raiikjg749vcx6njw"))))
+         "1cfwv8jjy1yk0l5wnp48ql1javvrzq1wnh1lv49xp6rynz00lxm8"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-dplyr



reply via email to

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