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.50.0.
* gnu/packages/bioconductor.scm (r-snpstats): Update to 1.50.0.
This commit is contained in:
parent
72288df46a
commit
1b3be92024
1 changed files with 2 additions and 2 deletions
|
@ -19571,14 +19571,14 @@ (define-public r-snapcgh
|
|||
(define-public r-snpstats
|
||||
(package
|
||||
(name "r-snpstats")
|
||||
(version "1.48.0")
|
||||
(version "1.50.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "snpStats" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14rkrav4iydc85194skdy33sk365pjmmvxxvzaxxh0k9ds009qwx"))))
|
||||
"1v2j2943apphs8i68ap9c8sxd4j5a04qda5scq4dqqkzqd0c5b6i"))))
|
||||
(properties `((upstream-name . "snpStats")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list zlib))
|
||||
|
|
Loading…
Reference in a new issue