mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-snpstats: Update to 1.40.0.
* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.40.0.
This commit is contained in:
parent
74a11b21be
commit
6e338901bf
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue