gnu: r-bh: Update to 1.66.0-1.
* gnu/packages/statistics.scm (r-bh): Update to 1.66.0-1.
This commit is contained in:
parent
ffa7fe3062
commit
50ee54eabd
1 changed files with 2 additions and 2 deletions
|
@ -1206,13 +1206,13 @@ (define-public r-dbi
|
||||||
(define-public r-bh
|
(define-public r-bh
|
||||||
(package
|
(package
|
||||||
(name "r-bh")
|
(name "r-bh")
|
||||||
(version "1.65.0-1")
|
(version "1.66.0-1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "BH" version))
|
(uri (cran-uri "BH" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n6byzrvl1w4hjdxz479q4a7w1118f9ckqc4gqydq7lgzs5agfl2"))))
|
"14kab6wp0c27d8x4jqyf065p4bj210s9b67c0bfsfjnp29aypn8p"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/eddelbuettel/bh")
|
(home-page "https://github.com/eddelbuettel/bh")
|
||||||
(synopsis "R package providing subset of Boost headers")
|
(synopsis "R package providing subset of Boost headers")
|
||||||
|
|
Loading…
Reference in a new issue