me
/
guix
Archived
1
0
Fork 0

gnu: r-motifstack: Update to 1.44.1.

* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.44.1.
master
Ricardo Wurmus 2023-04-29 23:45:05 +02:00
parent f2ad160acd
commit 85c137adde
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13391,14 +13391,14 @@ Bioconductor.")
(define-public r-motifstack (define-public r-motifstack
(package (package
(name "r-motifstack") (name "r-motifstack")
(version "1.44.0") (version "1.44.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "motifStack" version)) (uri (bioconductor-uri "motifStack" version))
(sha256 (sha256
(base32 (base32
"1ymcsfcgzmqmdwjfgkwmnz23lb2gclj6g9297ap99p9ndg2i7hjb")) "1g46cxn1h3cqr0yrj6ancshzygiqr9finf1vmmig3h9g0ijgr5lz"))
(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")))