mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-tradeseq: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-tradeseq): Update to 1.18.0. Change-Id: Ifb79112bed8aed760a3c100894f42554ed363e42
This commit is contained in:
parent
61bcb44396
commit
5fee991a00
1 changed files with 2 additions and 2 deletions
|
@ -15903,13 +15903,13 @@ published results; and a routine for graphical display.")
|
||||||
(define-public r-tradeseq
|
(define-public r-tradeseq
|
||||||
(package
|
(package
|
||||||
(name "r-tradeseq")
|
(name "r-tradeseq")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "tradeSeq" version))
|
(uri (bioconductor-uri "tradeSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06k0jib20nq7zqc5vbgag8v1lbadjlg0idh5jwn5bcjc74dx15vj"))))
|
"1kgvvvwvj3dgb2wik3y8j44ynda94bi05vvmiwlayrypqprwi1c1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue