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.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-16 00:00:25 +01:00
parent 38ef437b0c
commit a768e41523
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8,7 +8,7 @@
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2016, 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -115,7 +115,7 @@ (define-public pspp
(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 @@ (define-public r-minimal
version ".tar.gz"))
(sha256
(base32
"09pl0w01fr09bsrwd7nz2r5psysj0z93w4chz3hm2havvqqvhg3s"))))
"0dq3jsnwsb5j3fhl0wi3p5ycv8avf8s5j1y4ap3d2mkjmcppvsdk"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)