mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: r-universalmotif: Update to 1.26.2.
* gnu/packages/bioconductor.scm (r-universalmotif): Update to 1.26.2. [native-inputs]: Add r-spelling. Change-Id: I6db50df3f47374820bb1446183099668de367b5f
This commit is contained in:
@@ -23117,14 +23117,14 @@ data.")
|
||||
(define-public r-universalmotif
|
||||
(package
|
||||
(name "r-universalmotif")
|
||||
(version "1.24.2")
|
||||
(version "1.26.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "universalmotif" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03wjwi3h6agdvp552cd8mlrlvjjb1wwi0z02yclh0jcxbrd7a90z"))))
|
||||
"14jsb54hjmbmmckbyvrv5cxdmchddfn4imq5whynbq6js18px99m"))))
|
||||
(properties
|
||||
'((upstream-name . "universalmotif")
|
||||
(updater-extra-native-inputs . ("r-ape" "r-ggtree"))))
|
||||
@@ -23149,7 +23149,7 @@ data.")
|
||||
r-s4vectors
|
||||
r-yaml))
|
||||
(native-inputs
|
||||
(list r-ape r-ggtree r-knitr r-testthat))
|
||||
(list r-ape r-ggtree r-knitr r-spelling r-testthat))
|
||||
(home-page
|
||||
"https://bioconductor.org/packages/universalmotif/")
|
||||
(synopsis
|
||||
|
||||
Reference in New Issue
Block a user