me
/
guix
Archived
1
0
Fork 0

gnu: r-pbapply: Update to 1.3-4.

* gnu/packages/statistics.scm (r-pbapply): Update to 1.3-4.
master
Ricardo Wurmus 2018-02-13 16:12:49 +01:00
parent f66a34fcc4
commit c71cd58240
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4861,14 +4861,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.3-3") (version "1.3-4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "pbapply" version)) (uri (cran-uri "pbapply" version))
(sha256 (sha256
(base32 (base32
"0iqhymf65jffh00qf056h1p76xf92bfmij6aymlmgnvn24fv4ybk")))) "0lk5kxac09xzdv6vf7ix6r5bfrm7cnpyr2l5mkd4igpciadszzfd"))))
(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")