gnu: r-gqtlstats: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-gqtlstats): Update to 1.18.0.master
parent
d57b6b4bae
commit
cfa93a30b4
|
@ -10252,14 +10252,14 @@ defining LD blocks.")
|
||||||
(define-public r-gqtlstats
|
(define-public r-gqtlstats
|
||||||
(package
|
(package
|
||||||
(name "r-gqtlstats")
|
(name "r-gqtlstats")
|
||||||
(version "1.16.0")
|
(version "1.18.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
|
||||||
"17xadfn8qh1pwzlpcbds5wrjr9bzhsnmv90wffxmp02hq20qkrh5"))))
|
"1dly4p9r4231hf31xg1nzqiyvjbcfjljfmhb88ic1jxwnvniyv2f"))))
|
||||||
(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