mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-tricycle: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-tricycle): Update to 1.10.0. Change-Id: I72a9e1140c17ce8605bfe6e83cc290eb1ae2fad2
This commit is contained in:
parent
9ee38f4ee6
commit
270d7e1079
1 changed files with 2 additions and 2 deletions
|
@ -23206,13 +23206,13 @@ (define-public r-tcgabiolinks
|
|||
(define-public r-tricycle
|
||||
(package
|
||||
(name "r-tricycle")
|
||||
(version "1.8.0")
|
||||
(version "1.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "tricycle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ags05rhi431jsk0kqs7rmxj853mf5c0ibfqknbwy2wmbz8p1vq6"))))
|
||||
"1dawkp681pz9hf7fp2nag9pcfxx5rq0z4j9czlalf0sylsjbirkd"))))
|
||||
(properties `((upstream-name . "tricycle")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue