guix-commits
[Top][All Lists]
Advanced

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

99/158: gnu: r-ggplotify: Update to 0.1.2.


From: guix-commits
Subject: 99/158: gnu: r-ggplotify: Update to 0.1.2.
Date: Mon, 28 Aug 2023 11:11:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 95cb231941d4c86a1b1eba452ee9bee4074fae6f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:21:02 2023 +0200

    gnu: r-ggplotify: Update to 0.1.2.
    
    * gnu/packages/cran.scm (r-ggplotify): Update to 0.1.2.
---
 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 d688915aa5..43a3a29785 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23231,14 +23231,14 @@ package.")
 (define-public r-ggplotify
   (package
     (name "r-ggplotify")
-    (version "0.1.1")
+    (version "0.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplotify" version))
        (sha256
         (base32
-         "1x4fnsh66rxdd2k7w1mhs6if8i4qjjkfj5x1hf4zjpqqm8f5sf1k"))))
+         "11qfk4pj0bb013m9964q2fsrj4x39c4kwh84vfyi3qhlkrsybfh1"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-ggplot2 r-gridgraphics r-yulab-utils))



reply via email to

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