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

* gnu/packages/statistics.scm (r-bh): Update to 1.62.0-1.
This commit is contained in:
Ricardo Wurmus 2016-12-29 20:53:19 +01:00
parent dd4ae2950a
commit fd7810d323
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -851,13 +851,13 @@ R/DBMS implementations.")
(define-public r-bh (define-public r-bh
(package (package
(name "r-bh") (name "r-bh")
(version "1.60.0-2") (version "1.62.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
"136497fng9bcvrf8favpj8inz96pxdwp1rrb2k00sxjxjbgawhg4")))) "01vfdpfznd4ynqql33z238xr262mvy3i80lyi8l3a3p3hi0a262p"))))
(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")