mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: r-bifet: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-bifet): Update to 1.14.0.
This commit is contained in:
parent
afb55b19d4
commit
4100392b19
1 changed files with 2 additions and 2 deletions
|
@ -11272,14 +11272,14 @@ (define-public r-bicare
|
||||||
(define-public r-bifet
|
(define-public r-bifet
|
||||||
(package
|
(package
|
||||||
(name "r-bifet")
|
(name "r-bifet")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiFET" version))
|
(uri (bioconductor-uri "BiFET" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fwy7ws0bn67557s0kcw8pbln2jg834n6kfbs8297ps07nxr0lpj"))))
|
"0vidypvphnj76g4ra5ijrgqx2dnzw0fmvdvz35gsqswrr3k20jkk"))))
|
||||||
(properties `((upstream-name . "BiFET")))
|
(properties `((upstream-name . "BiFET")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue