gnu: r-formatr: Update to 1.3.

* gnu/packages/statistics.scm (r-formatr): Update to 1.3.
This commit is contained in:
Ricardo Wurmus 2016-04-20 14:27:29 +02:00
parent 49089e06ec
commit 1cfa88e988
1 changed files with 2 additions and 2 deletions

View File

@ -639,13 +639,13 @@ adapted for other output formats, such as HTML or LaTeX.")
(define-public r-formatr
(package
(name "r-formatr")
(version "1.2.1")
(version "1.3")
(source (origin
(method url-fetch)
(uri (cran-uri "formatR" version))
(sha256
(base32
"0f4cv2zv5wayyqx99ybfyl0p83kgjvnsv8dhcwa4s49kw6jsx1lr"))))
"09fsd0z6nhksc1h921h8q28f87hr6d1q8d6dmpxphjylb9r5xmj4"))))
(build-system r-build-system)
(home-page "http://yihui.name/formatR")
(synopsis "Format R code automatically")