gnu: r-snpstats: Update to 1.36.0.

* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.36.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:04:55 +01:00
parent 6fff104191
commit 14eb0978a8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -10121,14 +10121,14 @@ and more.")
(define-public r-snpstats (define-public r-snpstats
(package (package
(name "r-snpstats") (name "r-snpstats")
(version "1.34.0") (version "1.36.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
"0drfd24a5pkrhzmpidlh717bgh2dm68mpn6vj1vlpkilfbkifl34")))) "1xq1rjljg70h5mshdza56dis0iv1a20sivs6dav3w5jbdd1l5qkh"))))
(properties `((upstream-name . "snpStats"))) (properties `((upstream-name . "snpStats")))
(build-system r-build-system) (build-system r-build-system)
(inputs `(("zlib" ,zlib))) (inputs `(("zlib" ,zlib)))