mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-pbapply: Update to 1.7-0.
* gnu/packages/statistics.scm (r-pbapply): Update to 1.7-0.
This commit is contained in:
parent
86ec570b45
commit
d9a45f736b
1 changed files with 2 additions and 2 deletions
|
@ -5579,14 +5579,14 @@ (define-public r-vgam
|
|||
(define-public r-pbapply
|
||||
(package
|
||||
(name "r-pbapply")
|
||||
(version "1.6-0")
|
||||
(version "1.7-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pbapply" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qbzqgxz3lm97y0k9v2radqblzb4r5zkfrjw5wj1a91dvxz3xhg8"))))
|
||||
"1h06nz312si2hsy2klrmy6w46q341bl3q5v61g133450w0qykf34"))))
|
||||
(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