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:
Ricardo Wurmus 2019-01-12 15:40:35 +01:00
parent b6e27673e6
commit eae93bd3f2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1269,13 +1269,13 @@ R/DBMS implementations.")
(define-public r-bh (define-public r-bh
(package (package
(name "r-bh") (name "r-bh")
(version "1.66.0-1") (version "1.69.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
"14kab6wp0c27d8x4jqyf065p4bj210s9b67c0bfsfjnp29aypn8p")))) "18mckfwxxv8m8rzaz03mg2h6vhaj7y131h6yasfg0s73nxj47zd0"))))
(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")