Skip to content
Snippets Groups Projects
Commit 62de2545 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: r: Update to 3.2.2.

* gnu/packages/statistics.scm (r): Update to 3.2.2.
parent 9b459fc7
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ (define-module (gnu packages statistics)
(define-public r
(package
(name "r")
(version "3.2.1")
(version "3.2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
......@@ -50,7 +50,7 @@ (define-public r
version ".tar.gz"))
(sha256
(base32
"10n9yhs55v1nnmdgsrgfncw29vq3ly70n8gvy1f4lq7l0hzvr7fm"))))
"07a6s865bjnh7w0fqsrkv1pva76w99v86w0w787qpdil87km54cw"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment