mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-pryr: Update to 0.1.6.
* gnu/packages/statistics.scm (r-pryr): Update to 0.1.6.
This commit is contained in:
parent
f8316c77a0
commit
b961fa83b4
1 changed files with 2 additions and 2 deletions
|
@ -1623,13 +1623,13 @@ (define-public r-microbenchmark
|
||||||
(define-public r-pryr
|
(define-public r-pryr
|
||||||
(package
|
(package
|
||||||
(name "r-pryr")
|
(name "r-pryr")
|
||||||
(version "0.1.5")
|
(version "0.1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pryr" version))
|
(uri (cran-uri "pryr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02vp1y7zhv22id43j5c0gdcgn9171dyypqp8rqrlc3w5a7n565kv"))))
|
"013p2xxd51kr9ddx051cvn45mzgj44fm47nkchdb13l0885a7hb8"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-codetools r-lobstr r-rcpp r-stringr))
|
(list r-codetools r-lobstr r-rcpp r-stringr))
|
||||||
|
|
Loading…
Reference in a new issue