mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-pbapply: Update to 1.6-0.
* gnu/packages/statistics.scm (r-pbapply): Update to 1.6-0.
This commit is contained in:
parent
ba62a0dba3
commit
d7964ca0dd
1 changed files with 2 additions and 2 deletions
|
@ -5466,14 +5466,14 @@ (define-public r-vgam
|
|||
(define-public r-pbapply
|
||||
(package
|
||||
(name "r-pbapply")
|
||||
(version "1.5-0")
|
||||
(version "1.6-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pbapply" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m8a0ygwl98cs0vcha5gs9f7z8whcplwxhravhs9bfp5hvigxzgg"))))
|
||||
"0qbzqgxz3lm97y0k9v2radqblzb4r5zkfrjw5wj1a91dvxz3xhg8"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/psolymos/pbapply")
|
||||
(synopsis "Adding progress bar to apply functions")
|
||||
|
|
Loading…
Reference in a new issue