[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: r-ggplotify: Update to 0.0.4.
From: |
guix-commits |
Subject: |
02/02: gnu: r-ggplotify: Update to 0.0.4. |
Date: |
Tue, 6 Aug 2019 17:38:30 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f2758945fee500eecbb6277b52f4d29f3ab8d0aa
Author: Ricardo Wurmus <address@hidden>
Date: Tue Aug 6 23:34:50 2019 +0200
gnu: r-ggplotify: Update to 0.0.4.
* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.4.
---
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 1ff08fb..24bdd55 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13636,14 +13636,14 @@ package.")
(define-public r-ggplotify
(package
(name "r-ggplotify")
- (version "0.0.3")
+ (version "0.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplotify" version))
(sha256
(base32
- "14hqlpvnaq5psz1ljcpw9isa06827rg3fm5c1dx159rsjfi56yby"))))
+ "0nv3wdmxnc5ww9m3xlgnb0jp30j45dg33nqc6gg3y36svg8anjcg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)