me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-pbapply): Update to 1.7-2.
master
Ricardo Wurmus 2023-07-11 15:35:33 +02:00
parent 42c29d9d22
commit 5a1c16fa18
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5803,14 +5803,14 @@ VGLMs can be loosely thought of as multivariate generalised linear models.")
(define-public r-pbapply (define-public r-pbapply
(package (package
(name "r-pbapply") (name "r-pbapply")
(version "1.7-0") (version "1.7-2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "pbapply" version)) (uri (cran-uri "pbapply" version))
(sha256 (sha256
(base32 (base32
"1h06nz312si2hsy2klrmy6w46q341bl3q5v61g133450w0qykf34")))) "04xf1p7c0066cwnxfmzaikbc322bxnw022ziv8kkhzlc6268rvdf"))))
(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")