mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: r-watermelon: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-watermelon): Update to 1.30.0.
This commit is contained in:
parent
f5ef7dd6b7
commit
9eade2294e
1 changed files with 2 additions and 2 deletions
|
@ -6001,14 +6001,14 @@ (define-public r-illuminahumanmethylation450kanno-ilmn12-hg19
|
||||||
(define-public r-watermelon
|
(define-public r-watermelon
|
||||||
(package
|
(package
|
||||||
(name "r-watermelon")
|
(name "r-watermelon")
|
||||||
(version "1.28.0")
|
(version "1.30.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "wateRmelon" version))
|
(uri (bioconductor-uri "wateRmelon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0354ahmfvhqw3yfp17rmz35vlgjp262n4q3hr8qyccyrnk2dz17z"))))
|
"0a66fq04yph9dis91lzjk9kh134zy6fj98yklrwf24r1080qngx0"))))
|
||||||
(properties `((upstream-name . "wateRmelon")))
|
(properties `((upstream-name . "wateRmelon")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue