mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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
|
(define-public r-birewire
|
||||||
(package
|
(package
|
||||||
(name "r-birewire")
|
(name "r-birewire")
|
||||||
(version "3.16.0")
|
(version "3.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiRewire" version))
|
(uri (bioconductor-uri "BiRewire" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gjb18l3gq3w8zl6r5d49hw0r1kfh9f7ghv9hz6y86aniprvb518"))))
|
"1074cp422ail72yajn8p0bg26h6zzz07nzypnwfyv86qrpvpdw9q"))))
|
||||||
(properties `((upstream-name . "BiRewire")))
|
(properties `((upstream-name . "BiRewire")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue