* [PATCH 1/4] gnu: r-ggplot2: Update to 2.0.0
@ 2016-02-29 8:53 Unknown, Pjotr Prins
0 siblings, 0 replies; only message in thread
From: Unknown, Pjotr Prins @ 2016-02-29 8:53 UTC (permalink / raw)
To: guix-devel
* gnu/packages/statistics.scm (r-ggplot2): Update to 2.0.0
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 08e8654..7e38693 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -465,13 +465,13 @@ legends.")
(define-public r-ggplot2
(package
(name "r-ggplot2")
- (version "1.0.1")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplot2" version))
(sha256
- (base32 "0794kjqi3lrxb33lr1mykd58959hlgkhdn259vj8fxrh65mqw920"))))
+ (base32 "07r5zw0ccv4sf1mdxcz9wa86p2c6j61cnnq18qdjrh3zhhcbmdp2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)
--
2.6.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-29 8:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 8:53 [PATCH 1/4] gnu: r-ggplot2: Update to 2.0.0 Unknown, Pjotr Prins
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.