mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-motifstack: Update to 1.44.1.
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.44.1.
This commit is contained in:
parent
f2ad160acd
commit
85c137adde
1 changed files with 2 additions and 2 deletions
|
@ -13391,14 +13391,14 @@ (define-public r-motifbreakr
|
|||
(define-public r-motifstack
|
||||
(package
|
||||
(name "r-motifstack")
|
||||
(version "1.44.0")
|
||||
(version "1.44.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "motifStack" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ymcsfcgzmqmdwjfgkwmnz23lb2gclj6g9297ap99p9ndg2i7hjb"))
|
||||
"1g46cxn1h3cqr0yrj6ancshzygiqr9finf1vmmig3h9g0ijgr5lz"))
|
||||
(snippet
|
||||
'(delete-file "inst/htmlwidgets/lib/d3/d3.v4.min.js"))))
|
||||
(properties `((upstream-name . "motifStack")))
|
||||
|
|
Loading…
Reference in a new issue