Patch attached.

2015-09-09 17:19 GMT-03:00 Cyril Roelandt <tipec...@gmail.com>:
> On 09/09/2015 09:50 PM, Vicente Vera wrote:
>> Hello,
>> Right now installing r-ggplot2 fails because dependency r-scales can't
>> be found on CRAN mirrors:
>>
>> ERROR: download failed
>> "http://cran.../src/contrib/scales_0.2.5.tar.gz"; 404 "Not Found"
>>
>
> Are old versions always removed from the CRAN mirrors?
>
> Could you send a patch to update r-scales?
>
> Thanks,
> Cyril.
>
From f70dc3b10fc9274ca3b6d95f966928e7ed71432d Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicente...@gmail.com>
Date: Wed, 9 Sep 2015 18:07:09 -0300
Subject: [PATCH] gnu: r-scales: Update to 0.3.0.

* gnu/packages/statistics.scm (r-scales): Update to 0.3.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 29cd34a..2e89fa9 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -445,14 +445,14 @@ using just two functions: melt and dcast (or acast).")
 (define-public r-scales
   (package
     (name "r-scales")
-    (version "0.2.5")
+    (version "0.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cran/src/contrib/scales_"
                            version ".tar.gz"))
        (sha256
-        (base32 "12xrmn1vh64dl46bq7n7pa427aicb2ifjrby9in3m32nyvir0kac"))))
+        (base32 "1kkgpqzb0a6lnpblhcprr4qzyfk5lhicdv4639xs5cq16n7bkqgl"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-dichromat" ,r-dichromat)
-- 
2.5.1

Reply via email to