mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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 @@ (define-public r-snprelate
|
|||
(define-public r-snpstats
|
||||
(package
|
||||
(name "r-snpstats")
|
||||
(version "1.52.0")
|
||||
(version "1.54.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "snpStats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a4kyv93ljv7n62ghx66l81q6sw24llr0998nsalidyws1wldbyr"))))
|
||||
"160pl3dy7v89i90x262hxqgipas4pyim600l6m50g3c03vm5in03"))))
|
||||
(properties `((upstream-name . "snpStats")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
|
Loading…
Reference in a new issue