mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: r-missmethyl: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-missmethyl): Update to 1.34.0.
This commit is contained in:
parent
d6acf4de78
commit
06986a86ad
1 changed files with 2 additions and 2 deletions
|
@ -1734,13 +1734,13 @@ (define-public r-minfidata
|
|||
(define-public r-missmethyl
|
||||
(package
|
||||
(name "r-missmethyl")
|
||||
(version "1.32.1")
|
||||
(version "1.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "missMethyl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rrm8m68kgjkrw1wdli5lrwqlavhbm490zgnj5vafzpvx7xajfma"))))
|
||||
"1jvrdr57mv93pcbyazcg1bcx1zd0kp72hi1if839gw54hk3igs3h"))))
|
||||
(properties `((upstream-name . "missMethyl")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue