guix-commits
[Top][All Lists]
Advanced

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

07/20: gnu: r-ggfortify: Update to 0.4.10.


From: guix-commits
Subject: 07/20: gnu: r-ggfortify: Update to 0.4.10.
Date: Thu, 30 Apr 2020 09:37:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8dfa9ab05a4fe4bde615d569486396a1c0d3a8fb
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Apr 30 15:26:13 2020 +0200

    gnu: r-ggfortify: Update to 0.4.10.
    
    * gnu/packages/cran.scm (r-ggfortify): Update to 0.4.10.
---
 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 a0ee26e..55ffb27 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15510,14 +15510,14 @@ includes data sets from oceanography.")
 (define-public r-ggfortify
   (package
     (name "r-ggfortify")
-    (version "0.4.9")
+    (version "0.4.10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggfortify" version))
        (sha256
         (base32
-         "1p6knrbyaynaqwd939w09hpf1zz1gn95cb46sfgppl8l98krb2h5"))))
+         "0wmcwp63h90v3f00ixszvis4z28im621jickvc0wgi6qvjvnayq0"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-dplyr" ,r-dplyr)



reply via email to

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