gnu: r-pbapply: Update to 1.7-0.

* gnu/packages/statistics.scm (r-pbapply): Update to 1.7-0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:11 +01:00
parent 86ec570b45
commit d9a45f736b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")