gnu: r-snpstats: Update to 1.40.0.

* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.40.0.
This commit is contained in:
zimoun 2020-10-30 16:01:30 +01:00 committed by Ricardo Wurmus
parent 74a11b21be
commit 6e338901bf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10562,14 +10562,14 @@ (define-public r-gqtlbase
(define-public r-snpstats (define-public r-snpstats
(package (package
(name "r-snpstats") (name "r-snpstats")
(version "1.38.0") (version "1.40.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "snpStats" version)) (uri (bioconductor-uri "snpStats" version))
(sha256 (sha256
(base32 (base32
"1qv3nqqr30d3n66mawqd9dbl95dl89r4bcjvkc5iassy1yrwr8wq")))) "1298a71swwav53yf9kfqkdpach3818plqcbw0lgb6sibs8y8ff24"))))
(properties `((upstream-name . "snpStats"))) (properties `((upstream-name . "snpStats")))
(build-system r-build-system) (build-system r-build-system)
(inputs `(("zlib" ,zlib))) (inputs `(("zlib" ,zlib)))