mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-treeio: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-treeio): Update to 1.20.0.
This commit is contained in:
parent
8026665191
commit
21715b19d3
1 changed files with 2 additions and 2 deletions
|
@ -6978,14 +6978,14 @@ (define-public r-scaledmatrix
|
|||
(define-public r-treeio
|
||||
(package
|
||||
(name "r-treeio")
|
||||
(version "1.18.1")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "treeio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19i8jhvycv57zbxhpn5gx5ymdiws64kc3nidc00xh1j9a8xkj1aq"))))
|
||||
"1hc5m0b2qqxrh3z0inny2jizrpn9d4yn9pn3k1h18xb4ggyijyla"))))
|
||||
(properties `((upstream-name . "treeio")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue