gnu: r-motifstack: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.48.0. Change-Id: I3f5753d9c6b6d80f813745ea784b50d805ea9a5bmaster
parent
820be3c706
commit
a0f8d68eb9
|
@ -16852,14 +16852,14 @@ Bioconductor.")
|
||||||
(define-public r-motifstack
|
(define-public r-motifstack
|
||||||
(package
|
(package
|
||||||
(name "r-motifstack")
|
(name "r-motifstack")
|
||||||
(version "1.46.0")
|
(version "1.48.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "motifStack" version))
|
(uri (bioconductor-uri "motifStack" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10hmqwkysifd59as9zx00p3gj595lwj30ywn9pqb1920q6f5mx2i"))
|
"15v4z1a0kg4ic411aprzc9b7i2l6c456sfj3jaxy95anw3j3iskj"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file "inst/htmlwidgets/lib/d3/d3.v4.min.js"))))
|
'(delete-file "inst/htmlwidgets/lib/d3/d3.v4.min.js"))))
|
||||||
(properties `((upstream-name . "motifStack")))
|
(properties `((upstream-name . "motifStack")))
|
||||||
|
|
Reference in New Issue