gnu: r-bifet: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-bifet): Update to 1.10.0.
This commit is contained in:
parent
4ec665693d
commit
d57be63323
1 changed files with 2 additions and 2 deletions
|
@ -7434,14 +7434,14 @@ results.")
|
||||||
(define-public r-bifet
|
(define-public r-bifet
|
||||||
(package
|
(package
|
||||||
(name "r-bifet")
|
(name "r-bifet")
|
||||||
(version "1.8.0")
|
(version "1.10.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
|
||||||
"1v2dshs09iy2glzq0vwxmr83x867j844i1ixsfcamvfq33fwbbr5"))))
|
"191m1xhsj4l64rrh67hqiz1rdkfhw0gfd5aymf3x0xm710l3rh4a"))))
|
||||||
(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