gnu: r-abaenrichment: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-abaenrichment): Update to 1.20.0.master
parent
c3b69d6333
commit
8a7f7112f1
|
@ -4565,14 +4565,14 @@ annotations and ontologies.")
|
||||||
(define-public r-abaenrichment
|
(define-public r-abaenrichment
|
||||||
(package
|
(package
|
||||||
(name "r-abaenrichment")
|
(name "r-abaenrichment")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ABAEnrichment" version))
|
(uri (bioconductor-uri "ABAEnrichment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09ihbgxrhpcz2q7svldhm710a0yrhiqk9p0q0myv11c2w50ymwkw"))))
|
"0i0214ap9f6lnyawdgcdsds6g3g9qqji3wbn6ln6rs698gjs9w9c"))))
|
||||||
(properties `((upstream-name . "ABAEnrichment")))
|
(properties `((upstream-name . "ABAEnrichment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue