me
/
guix
Archived
1
0
Fork 0

gnu: r-motifstack: Update to 1.48.0.

* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.48.0.

Change-Id: I3f5753d9c6b6d80f813745ea784b50d805ea9a5b
master
Ricardo Wurmus 2024-05-07 13:06:56 +02:00
parent 820be3c706
commit a0f8d68eb9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16852,14 +16852,14 @@ Bioconductor.")
(define-public r-motifstack
(package
(name "r-motifstack")
(version "1.46.0")
(version "1.48.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "motifStack" version))
(sha256
(base32
"10hmqwkysifd59as9zx00p3gj595lwj30ywn9pqb1920q6f5mx2i"))
"15v4z1a0kg4ic411aprzc9b7i2l6c456sfj3jaxy95anw3j3iskj"))
(snippet
'(delete-file "inst/htmlwidgets/lib/d3/d3.v4.min.js"))))
(properties `((upstream-name . "motifStack")))