mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01: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
|
(define-public r-pbapply
|
||||||
(package
|
(package
|
||||||
(name "r-pbapply")
|
(name "r-pbapply")
|
||||||
(version "1.6-0")
|
(version "1.7-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pbapply" version))
|
(uri (cran-uri "pbapply" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qbzqgxz3lm97y0k9v2radqblzb4r5zkfrjw5wj1a91dvxz3xhg8"))))
|
"1h06nz312si2hsy2klrmy6w46q341bl3q5v61g133450w0qykf34"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/psolymos/pbapply")
|
(home-page "https://github.com/psolymos/pbapply")
|
||||||
(synopsis "Adding progress bar to apply functions")
|
(synopsis "Adding progress bar to apply functions")
|
||||||
|
|
Loading…
Reference in a new issue