me
/
guix
Archived
1
0
Fork 0

gnu: r-triform: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-triform): Update to 1.28.0.
master
Ricardo Wurmus 2019-12-15 15:36:50 +01:00
parent 9b72bbf784
commit a18f325e0a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3126,14 +3126,14 @@ published results; and a routine for graphical display.")
(define-public r-triform
(package
(name "r-triform")
(version "1.26.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "triform" version))
(sha256
(base32
"0bsxkn386kfx4gg19p6smy5fi3k7xdw89r5hvfsks8hsdpdz3hya"))))
"12qdyrcw2mcawqdw65v0hjaghzlwa10xl6j8458izcrm5k6dlvz9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)