me
/
guix
Archived
1
0
Fork 0

gnu: r-pbmcapply: Update to 1.5.1.

* gnu/packages/cran.scm (r-pbmcapply): Update to 1.5.1.
master
Ricardo Wurmus 2022-05-28 08:30:37 +02:00
parent f93554e5cc
commit b9f2b030e4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19701,14 +19701,14 @@ the functions can also be applied to other types of categorical data.")
(define-public r-pbmcapply
(package
(name "r-pbmcapply")
(version "1.5.0")
(version "1.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "pbmcapply" version))
(sha256
(base32
"0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
"1p8jf7c4k45482w72sr0jw4jkz787krrxai3sl6jz5l4lda2iz3z"))))
(build-system r-build-system)
(home-page "https://github.com/kvnkuang/pbmcapply")
(synopsis "Track the progress of apply procedures with a progress bar")