gnu: r-bifet: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-bifet): Update to 1.20.0.
This commit is contained in:
parent
f273e6f729
commit
7d2852ed0e
1 changed files with 2 additions and 2 deletions
|
@ -16853,14 +16853,14 @@ results.")
|
||||||
(define-public r-bifet
|
(define-public r-bifet
|
||||||
(package
|
(package
|
||||||
(name "r-bifet")
|
(name "r-bifet")
|
||||||
(version "1.18.0")
|
(version "1.20.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
|
||||||
"0awzq3i7ga6jsh7xgmrpzz8klx69p8cxj73p6h7ya43bgcr0iff0"))))
|
"05lwz2pw2vnhmlhp5vv9j45jrc5ssdw4lx6mkxnsvds8zl3y9294"))))
|
||||||
(properties `((upstream-name . "BiFET")))
|
(properties `((upstream-name . "BiFET")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue