gnu: r-pryr: Update to 0.1.4.
* gnu/packages/statistics.scm (r-pryr): Update to 0.1.4.
This commit is contained in:
parent
50ee54eabd
commit
1e898bbaea
1 changed files with 2 additions and 2 deletions
|
@ -1415,13 +1415,13 @@ (define-public r-microbenchmark
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue