gnu: r-pryr: Update to 0.1.4.

* gnu/packages/statistics.scm (r-pryr): Update to 0.1.4.
master
Ricardo Wurmus 2018-02-18 21:50:35 +01:00
parent 50ee54eabd
commit 1e898bbaea
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1415,13 +1415,13 @@ the execution time of R expressions.")
(define-public r-pryr
(package
(name "r-pryr")
(version "0.1.3")
(version "0.1.4")
(source (origin
(method url-fetch)
(uri (cran-uri "pryr" version))
(sha256
(base32
"1b1rcywq9sqzgjsnh3ynnx16gp41n94kkzfalm3y4kyy3ls8ikba"))))
"06vj5xl9x37kbd3l5bw7sbgfdnp37spvrjrn976rxi04clqk966k"))))
(build-system r-build-system)
(propagated-inputs
`(("r-stringr" ,r-stringr)