mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-pbapply: Update to 1.3-4.
* gnu/packages/statistics.scm (r-pbapply): Update to 1.3-4.
This commit is contained in:
parent
f66a34fcc4
commit
c71cd58240
1 changed files with 2 additions and 2 deletions
|
@ -4861,14 +4861,14 @@ (define-public r-vgam
|
|||
(define-public r-pbapply
|
||||
(package
|
||||
(name "r-pbapply")
|
||||
(version "1.3-3")
|
||||
(version "1.3-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pbapply" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iqhymf65jffh00qf056h1p76xf92bfmij6aymlmgnvn24fv4ybk"))))
|
||||
"0lk5kxac09xzdv6vf7ix6r5bfrm7cnpyr2l5mkd4igpciadszzfd"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/psolymos/pbapply")
|
||||
(synopsis "Adding progress bar to apply functions")
|
||||
|
|
Loading…
Reference in a new issue