Archived
1
0
Fork 0

gnu: r-pbapply: Update to 1.4-3.

* gnu/packages/statistics.scm (r-pbapply): Update to 1.4-3.
This commit is contained in:
Ricardo Wurmus 2020-08-20 19:24:48 +02:00
parent 800d95fe73
commit d7f578f8c2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4981,14 +4981,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.4-2") (version "1.4-3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "pbapply" version)) (uri (cran-uri "pbapply" version))
(sha256 (sha256
(base32 (base32
"1xmk4p006v8gij26rs6kp5prjyf2n32nqjxiyp8a6kvgyc4z46dc")))) "08gb6c8p1r9z8wrfidj2dfn6irm43k6f4448d1d6nxmy6msjirlg"))))
(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")