gnu: r-bioccheck: Update to 1.12.0.

* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.12.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:36:02 +02:00
parent 3bef24c968
commit 2e11beec48
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -6142,13 +6142,13 @@ functionality.")
(define-public r-bioccheck (define-public r-bioccheck
(package (package
(name "r-bioccheck") (name "r-bioccheck")
(version "1.10.1") (version "1.12.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BiocCheck" version)) (uri (bioconductor-uri "BiocCheck" version))
(sha256 (sha256
(base32 (base32
"197kpiycyl3qawm6801fxyxj81d2g57a00qxaqprapsf1d140l52")))) "01zkw5hggzvn0wj4msac71k1mknq4h2inn1c2hwqgw4cy1675wl0"))))
(properties (properties
`((upstream-name . "BiocCheck"))) `((upstream-name . "BiocCheck")))
(build-system r-build-system) (build-system r-build-system)