gnu: r-devtools: Update to 1.11.1.

* gnu/packages/statistics.scm (r-devtools): Update to 1.11.1.
master
Ricardo Wurmus 2016-05-20 14:51:58 +02:00 committed by Ricardo Wurmus
parent 3624ad7150
commit 133f27b06a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1497,13 +1497,13 @@ informative error messages when it's not available.")
(define-public r-devtools
(package
(name "r-devtools")
(version "1.11.0")
(version "1.11.1")
(source (origin
(method url-fetch)
(uri (cran-uri "devtools" version))
(sha256
(base32
"101j15d0f9107pnmdpdwqyvk2ncykq48336rl8lnqp6idiq8id2q"))))
"0ik3l3q62sspdph613f9ik5yz36s8q5nrc50dqgn3pxzvpwpdj2i"))))
(build-system r-build-system)
(propagated-inputs
`(("r-curl" ,r-curl)