mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-methylkit: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-methylkit): Update to 1.22.0.
This commit is contained in:
parent
0cb9ffc4e3
commit
56741afedd
1 changed files with 2 additions and 2 deletions
|
@ -4244,13 +4244,13 @@ (define-public r-limma
|
|||
(define-public r-methylkit
|
||||
(package
|
||||
(name "r-methylkit")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "methylKit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02px46h2ynprss7kwll3i0jz0clrdg0bys70jacd432xw34nm2sx"))))
|
||||
"00asjzv05avfg0rrkmfbdqd6xx8d18zi72n3b1kf9wj81z2d2a35"))))
|
||||
(properties `((upstream-name . "methylKit")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue