me
/
guix
Archived
1
0
Fork 0

gnu: r-bh: Update to 1.66.0-1.

* gnu/packages/statistics.scm (r-bh): Update to 1.66.0-1.
master
Ricardo Wurmus 2018-02-18 21:50:23 +01:00
parent ffa7fe3062
commit 50ee54eabd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1206,13 +1206,13 @@ R/DBMS implementations.")
(define-public r-bh
(package
(name "r-bh")
(version "1.65.0-1")
(version "1.66.0-1")
(source (origin
(method url-fetch)
(uri (cran-uri "BH" version))
(sha256
(base32
"0n6byzrvl1w4hjdxz479q4a7w1118f9ckqc4gqydq7lgzs5agfl2"))))
"14kab6wp0c27d8x4jqyf065p4bj210s9b67c0bfsfjnp29aypn8p"))))
(build-system r-build-system)
(home-page "https://github.com/eddelbuettel/bh")
(synopsis "R package providing subset of Boost headers")