guix-commits
[Top][All Lists]
Advanced

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

69/138: gnu: r-ggfortify: Update to 0.4.14.


From: guix-commits
Subject: 69/138: gnu: r-ggfortify: Update to 0.4.14.
Date: Wed, 5 Jan 2022 15:24:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 19257cd24e03c24603a8b8099e56d86848ff6da4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:24 2022 +0100

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



reply via email to

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