gnu: r-pryr: Update to 0.1.3
* gnu/packages/statistics.scm (r-pryr): Update to 0.1.3.master
parent
bc409c8d3b
commit
b5a2f37157
|
@ -1409,13 +1409,13 @@ the execution time of R expressions.")
|
||||||
(define-public r-pryr
|
(define-public r-pryr
|
||||||
(package
|
(package
|
||||||
(name "r-pryr")
|
(name "r-pryr")
|
||||||
(version "0.1.2")
|
(version "0.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pryr" version))
|
(uri (cran-uri "pryr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1in350a8hxwf580afavasvn3jc7x2p1b7nlwmj1scakfz74vghk5"))))
|
"1b1rcywq9sqzgjsnh3ynnx16gp41n94kkzfalm3y4kyy3ls8ikba"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-stringr" ,r-stringr)
|
`(("r-stringr" ,r-stringr)
|
||||||
|
|
Reference in New Issue