gnu: r: Update to 3.3.1.

* gnu/packages/statistics.scm (r): Update to 3.3.1.
This commit is contained in:
Ben J Woodcroft 2016-09-09 21:40:32 +10:00 committed by Ben Woodcroft
parent 71e98ca571
commit 912c7a840a
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ be output in text, PostScript, PDF or HTML.")
(define-public r
(package
(name "r")
(version "3.3.0")
(version "3.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@ -108,7 +108,7 @@ be output in text, PostScript, PDF or HTML.")
version ".tar.gz"))
(sha256
(base32
"1r0i0cqs3p0vrpiwq0zg5kbrmja9rmaijyzf9f23v6d5n5ab2mlj"))))
"1qm9znh8akfy9fkzzi6f1vz2w1dd0chsr6qn7kw80lqzhgjrmi9x"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags