gnu: r-bh: Update to 1.60.0-2.

* gnu/packages/statistics.scm (r-bh): Update to 1.60.0-2.
This commit is contained in:
Ricardo Wurmus 2016-05-20 14:46:39 +02:00 committed by Ricardo Wurmus
parent a76b3f6914
commit 9a0ccf43cc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -625,13 +625,13 @@ (define-public r-dbi
(define-public r-bh (define-public r-bh
(package (package
(name "r-bh") (name "r-bh")
(version "1.60.0-1") (version "1.60.0-2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "BH" version)) (uri (cran-uri "BH" version))
(sha256 (sha256
(base32 (base32
"08gc3b0irgvpjl59irdxs8jhlbky4yp4fvs3zi4pq0wdwj43cfsk")))) "136497fng9bcvrf8favpj8inz96pxdwp1rrb2k00sxjxjbgawhg4"))))
(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")