mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-bh: Update to 1.72.0-1.
* gnu/packages/statistics.scm (r-bh): Update to 1.72.0-1.
This commit is contained in:
parent
3b21f5814c
commit
8a51ddce25
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.69.0-1")
|
||||
(version "1.72.0-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BH" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18mckfwxxv8m8rzaz03mg2h6vhaj7y131h6yasfg0s73nxj47zd0"))))
|
||||
"1cm3gawky0dlfj8awv356j3f5pfv732rz10wlfnix2s2xf5cdz4a"))))
|
||||
(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