mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: r-motifstack: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.38.0.
This commit is contained in:
parent
9a27f82d03
commit
0b8b2b63a2
1 changed files with 2 additions and 2 deletions
|
@ -8024,14 +8024,14 @@ (define-public r-motifbreakr
|
||||||
(define-public r-motifstack
|
(define-public r-motifstack
|
||||||
(package
|
(package
|
||||||
(name "r-motifstack")
|
(name "r-motifstack")
|
||||||
(version "1.36.1")
|
(version "1.38.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
|
||||||
"140xclzgn5z64v5nm4kvj0qwvqb7ix91bbmimsfc6k1p0l8lwsvv"))))
|
"1ck6bbnrab8mbf70alfdsrcv6lq0fkvcy3klhcwyxxir7r9sgbaz"))))
|
||||||
(properties `((upstream-name . "motifStack")))
|
(properties `((upstream-name . "motifStack")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue