mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -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
|
(define-public r-missmethyl
|
||||||
(package
|
(package
|
||||||
(name "r-missmethyl")
|
(name "r-missmethyl")
|
||||||
(version "1.32.1")
|
(version "1.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "missMethyl" version))
|
(uri (bioconductor-uri "missMethyl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rrm8m68kgjkrw1wdli5lrwqlavhbm490zgnj5vafzpvx7xajfma"))))
|
"1jvrdr57mv93pcbyazcg1bcx1zd0kp72hi1if839gw54hk3igs3h"))))
|
||||||
(properties `((upstream-name . "missMethyl")))
|
(properties `((upstream-name . "missMethyl")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue