1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 07:05:53 +02:00

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
+2 -2
View File
@@ -10073,14 +10073,14 @@ and more.")
(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)))