guix-commits
[Top][All Lists]
Advanced

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

62/125: gnu: r-ggplotify: Update to 0.0.6.


From: guix-commits
Subject: 62/125: gnu: r-ggplotify: Update to 0.0.6.
Date: Tue, 4 May 2021 01:33:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit abc63422de09f95daa1536890136afcdc6f98e2e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:13 2021 +0200

    gnu: r-ggplotify: Update to 0.0.6.
    
    * gnu/packages/cran.scm (r-ggplotify): Update to 0.0.6.
---
 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 f5a37b5..981a65d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16388,14 +16388,14 @@ package.")
 (define-public r-ggplotify
   (package
     (name "r-ggplotify")
-    (version "0.0.5")
+    (version "0.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplotify" version))
        (sha256
         (base32
-         "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
+         "1xs9l05hzlrgcr0p0xah2b05fbm64ma3vfwzn4p8q6nj7xch1dbd"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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