mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-snpstats: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.30.0.
This commit is contained in:
parent
dcd1f0236c
commit
d26f95d079
1 changed files with 2 additions and 2 deletions
|
@ -10325,14 +10325,14 @@ (define-public r-gqtlbase
|
|||
(define-public r-snpstats
|
||||
(package
|
||||
(name "r-snpstats")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "snpStats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x9qwynh2hwl24vq02naf4mchpch7xi2pkdrlgw896k28kx0lvir"))))
|
||||
"0iydgfnm053iw860qa1bbh4f6nwzlsf3vhgq92gvl2v4xsz1jbbs"))))
|
||||
(properties `((upstream-name . "snpStats")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue