me
/
guix
Archived
1
0
Fork 0

gnu: r-tricycle: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-tricycle): Update to 1.6.0.
master
zimoun 2022-11-17 03:50:35 +01:00 committed by Ricardo Wurmus
parent 7a33311bfd
commit 5140be4c81
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18217,13 +18217,13 @@ starburst plots) in order to easily develop complete analysis pipelines.")
(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