mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: r-birewire: Update to 3.18.0.
* gnu/packages/bioconductor.scm (r-birewire): Update to 3.18.0.
This commit is contained in:
parent
8d766270c4
commit
a9e5145c32
1 changed files with 2 additions and 2 deletions
|
@ -4991,14 +4991,14 @@ (define-public r-rqc
|
|||
(define-public r-birewire
|
||||
(package
|
||||
(name "r-birewire")
|
||||
(version "3.16.0")
|
||||
(version "3.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiRewire" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gjb18l3gq3w8zl6r5d49hw0r1kfh9f7ghv9hz6y86aniprvb518"))))
|
||||
"1074cp422ail72yajn8p0bg26h6zzz07nzypnwfyv86qrpvpdw9q"))))
|
||||
(properties `((upstream-name . "BiRewire")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue