guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: r-ggplotify: Update to 0.0.8.


From: guix-commits
Subject: 10/13: gnu: r-ggplotify: Update to 0.0.8.
Date: Wed, 4 Aug 2021 09:56:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 36d82a325ee52b14d948a0ddd278e6f8fdcc217d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 4 15:35:39 2021 +0200

    gnu: r-ggplotify: Update to 0.0.8.
    
    * gnu/packages/cran.scm (r-ggplotify): Update to 0.0.8.
---
 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 948eae9..f6555ea 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16982,14 +16982,14 @@ package.")
 (define-public r-ggplotify
   (package
     (name "r-ggplotify")
-    (version "0.0.7")
+    (version "0.0.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplotify" version))
        (sha256
         (base32
-         "1vx2fg91ivssrxr4kzs9737hr8bsfs0q5pvd7lck7ffjpkjbclhh"))))
+         "08c9vxm8pg6l5g3r7wsfgzsq00xdrc6v4xnn7pd3qcyw7cc8s969"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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