guix-commits
[Top][All Lists]
Advanced

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

50/89: gnu: r-ggfortify: Update to 0.4.11.


From: guix-commits
Subject: 50/89: gnu: r-ggfortify: Update to 0.4.11.
Date: Mon, 5 Oct 2020 18:34:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 57d41e9045496be0ded4cac592fa51db9feb8dfc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:44:23 2020 +0200

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



reply via email to

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