mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-bh: Update to 1.72.0-3.
* gnu/packages/statistics.scm (r-bh): Update to 1.72.0-3.
This commit is contained in:
parent
800219d569
commit
97e20ade4e
1 changed files with 2 additions and 2 deletions
|
@ -1260,13 +1260,13 @@ (define-public r-dbi
|
|||
(define-public r-bh
|
||||
(package
|
||||
(name "r-bh")
|
||||
(version "1.72.0-2")
|
||||
(version "1.72.0-3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BH" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y1cxnzdajcdsc9jlaby53253hril65h496wval08qlxsqnfc3ia"))))
|
||||
"1ay8vb6i730lipg8b8g3893vqglhw2kqpc29lwdrxdkb66iw33l8"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/eddelbuettel/bh")
|
||||
(synopsis "R package providing subset of Boost headers")
|
||||
|
|
Loading…
Reference in a new issue