guix-commits
[Top][All Lists]
Advanced

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

76/174: gnu: r-ggplotify: Update to 0.1.1.


From: guix-commits
Subject: 76/174: gnu: r-ggplotify: Update to 0.1.1.
Date: Wed, 12 Jul 2023 08:31:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 78a7979cdb2da9b6081958c29c4d798fc6b15b78
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:26 2023 +0200

    gnu: r-ggplotify: Update to 0.1.1.
    
    * gnu/packages/cran.scm (r-ggplotify): Update to 0.1.1.
---
 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 37f7de8a3c..ce13dbe08e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22688,14 +22688,14 @@ package.")
 (define-public r-ggplotify
   (package
     (name "r-ggplotify")
-    (version "0.1.0")
+    (version "0.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplotify" version))
        (sha256
         (base32
-         "12mk3fa8fdjxj7xxz21jkr7h91w5wdgwjqhszcz1qffwsgb773qp"))))
+         "1x4fnsh66rxdd2k7w1mhs6if8i4qjjkfj5x1hf4zjpqqm8f5sf1k"))))
     (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]