gnu: r-gqtlstats: Update to 1.16.0.
* gnu/packages/bioinformatics.scm (r-gqtlstats): Update to 1.16.0.master
parent
105d9e2cb4
commit
a349d57a46
|
@ -10202,14 +10202,14 @@ defining LD blocks.")
|
||||||
(define-public r-gqtlstats
|
(define-public r-gqtlstats
|
||||||
(package
|
(package
|
||||||
(name "r-gqtlstats")
|
(name "r-gqtlstats")
|
||||||
(version "1.14.1")
|
(version "1.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "gQTLstats" version))
|
(uri (bioconductor-uri "gQTLstats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rkbnb3h02fdksc4nacqvmq4jgbj9fz4hm7j51yr2ggcgcykwraa"))))
|
"17xadfn8qh1pwzlpcbds5wrjr9bzhsnmv90wffxmp02hq20qkrh5"))))
|
||||||
(properties `((upstream-name . "gQTLstats")))
|
(properties `((upstream-name . "gQTLstats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue