mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-bh: Update to 1.69.0-1.
* gnu/packages/statistics.scm (r-bh): Update to 1.69.0-1.
This commit is contained in:
parent
b6e27673e6
commit
eae93bd3f2
1 changed files with 2 additions and 2 deletions
|
@ -1269,13 +1269,13 @@ (define-public r-dbi
|
|||
(define-public r-bh
|
||||
(package
|
||||
(name "r-bh")
|
||||
(version "1.66.0-1")
|
||||
(version "1.69.0-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BH" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14kab6wp0c27d8x4jqyf065p4bj210s9b67c0bfsfjnp29aypn8p"))))
|
||||
"18mckfwxxv8m8rzaz03mg2h6vhaj7y131h6yasfg0s73nxj47zd0"))))
|
||||
(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