gnu: r-snpstats: Update to 1.34.0.

* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.34.0.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:47:56 +02:00
parent 3c5f5b4154
commit ed7de45655
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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