mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-motifstack: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.42.0.
This commit is contained in:
parent
1d8e36abd9
commit
1acf7fdae3
1 changed files with 2 additions and 2 deletions
|
@ -11055,14 +11055,14 @@ (define-public r-motifbreakr
|
|||
(define-public r-motifstack
|
||||
(package
|
||||
(name "r-motifstack")
|
||||
(version "1.40.0")
|
||||
(version "1.42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "motifStack" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d2ihx73chczbv6f91n04qb372plrdv7k4qws8shyw1fmvb1rq0z"))))
|
||||
"18gfx5dq83s2ny39a7cgg4r3b05gg9l0kfg83brwrm1cby08jdhm"))))
|
||||
(properties `((upstream-name . "motifStack")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue