mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-tricycle: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-tricycle): Update to 1.6.0.
This commit is contained in:
parent
7a33311bfd
commit
5140be4c81
1 changed files with 2 additions and 2 deletions
|
@ -18217,13 +18217,13 @@ (define-public r-tcgabiolinks
|
|||
(define-public r-tricycle
|
||||
(package
|
||||
(name "r-tricycle")
|
||||
(version "1.4.0")
|
||||
(version "1.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "tricycle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bjkajcz6xcfak6071d0ihakrvgf7s0pmkn6vqkjd6yxbfld7zln"))))
|
||||
"0b5agqhywg23zxf0f9s1vfbzs7s7ijf9c716s7hwjprxfdz5znvw"))))
|
||||
(properties `((upstream-name . "tricycle")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue