gnu: r-snpstats: Update to 1.32.0.

* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.32.0.
This commit is contained in:
Ricardo Wurmus 2018-11-07 12:16:21 +01:00
parent 181a843143
commit 220ac15e3f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10439,14 +10439,14 @@ (define-public r-gqtlbase
(define-public r-snpstats
(package
(name "r-snpstats")
(version "1.30.0")
(version "1.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "snpStats" version))
(sha256
(base32
"0iydgfnm053iw860qa1bbh4f6nwzlsf3vhgq92gvl2v4xsz1jbbs"))))
"1pplx4pf9bqi7v5v1l74yknc1s61carvbqkf327ky7vbvp0bck33"))))
(properties `((upstream-name . "snpStats")))
(build-system r-build-system)
(inputs `(("zlib" ,zlib)))