mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-treeio: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-treeio): Update to 1.22.0.
This commit is contained in:
parent
b711b25c09
commit
0bb3b953eb
1 changed files with 2 additions and 2 deletions
|
@ -8769,14 +8769,14 @@ (define-public r-scaledmatrix
|
|||
(define-public r-treeio
|
||||
(package
|
||||
(name "r-treeio")
|
||||
(version "1.20.2")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "treeio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jymbyl82n88ckw0nkbj72rvlxbk5m7xmcmq3fyi885z7aasc0x1"))))
|
||||
"1xl8497ya79hlp3v3fihnz9grwni29v6860i273lrpcljv8868l9"))))
|
||||
(properties `((upstream-name . "treeio")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue