mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-tricycle: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-tricycle): Update to 1.12.0. Change-Id: I469d3387d52cce2d443e08ca21f3c18334c7b1f1
This commit is contained in:
parent
7dd229853b
commit
55d89a17f9
1 changed files with 2 additions and 2 deletions
|
@ -24975,13 +24975,13 @@ (define-public r-tcgabiolinks
|
|||
(define-public r-tricycle
|
||||
(package
|
||||
(name "r-tricycle")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "tricycle" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dawkp681pz9hf7fp2nag9pcfxx5rq0z4j9czlalf0sylsjbirkd"))))
|
||||
"11928pcd8xzmll28m0ihi3rasc4w1i0fshn4bh9n2lyigkr5ayi4"))))
|
||||
(properties `((upstream-name . "tricycle")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue