From mboxrd@z Thu Jan 1 00:00:00 1970 From: Unknown Subject: [PATCH 1/4] gnu: r-ggplot2: Update to 2.0.0 Date: Mon, 29 Feb 2016 09:53:53 +0100 Message-ID: <56d40721.3oKj8z5V9rRKbBAd%pjotr.public12@email> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaJbg-0000cl-4Q for guix-devel@gnu.org; Mon, 29 Feb 2016 03:55:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaJbb-0000Ch-2x for guix-devel@gnu.org; Mon, 29 Feb 2016 03:55:08 -0500 Received: from mail.thebird.nl ([95.154.246.10]:50383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaJba-0000CZ-U7 for guix-devel@gnu.org; Mon, 29 Feb 2016 03:55:03 -0500 From: Pjotr Prins List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * 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