nckx pushed a commit to branch core-updates
in repository guix.

commit a768e4152347f8d739ccf8eedbaae09c4c96f5a8
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Fri Mar 16 00:00:25 2018 +0100

    gnu: r-minimal, r: Update to 3.4.4.
    
    There seem to be no dependency updates as far as I could find.
    
    * gnu/packages/statistics.scm (r-minimal): Update to 3.4.4.
---
 gnu/packages/statistics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 78afb77..936cce4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2016 Ben Woodcroft <donttrust...@gmail.com>
 ;;; Copyright © 2016, 2017 Raoul Bonnal <ilpuccio.f...@gmail.com>
 ;;; Copyright © 2017 Kyle Meyer <k...@kyleam.com>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <m...@tobias.gr>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <m...@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -115,7 +115,7 @@ be output in text, PostScript, PDF or HTML.")
 (define-public r-minimal
   (package
     (name "r-minimal")
-    (version "3.4.3")
+    (version "3.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cran/src/base/R-"
@@ -123,7 +123,7 @@ be output in text, PostScript, PDF or HTML.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "09pl0w01fr09bsrwd7nz2r5psysj0z93w4chz3hm2havvqqvhg3s"))))
+                "0dq3jsnwsb5j3fhl0wi3p5ycv8avf8s5j1y4ap3d2mkjmcppvsdk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:disallowed-references (,tzdata-for-tests)

Reply via email to