gnu: r-snpstats: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-snpstats): Update to 1.54.0. Change-Id: Iea939d944d7574c4da573e2d84b43850dc204762
This commit is contained in:
parent
50df6f88e3
commit
6cf9da8ff3
1 changed files with 2 additions and 2 deletions
|
@ -23503,14 +23503,14 @@ whole-genome and whole-exome variant data.")
|
||||||
(define-public r-snpstats
|
(define-public r-snpstats
|
||||||
(package
|
(package
|
||||||
(name "r-snpstats")
|
(name "r-snpstats")
|
||||||
(version "1.52.0")
|
(version "1.54.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
|
||||||
"0a4kyv93ljv7n62ghx66l81q6sw24llr0998nsalidyws1wldbyr"))))
|
"160pl3dy7v89i90x262hxqgipas4pyim600l6m50g3c03vm5in03"))))
|
||||||
(properties `((upstream-name . "snpStats")))
|
(properties `((upstream-name . "snpStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list zlib))
|
(inputs (list zlib))
|
||||||
|
|
Reference in a new issue