gnu: r-abaenrichment: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-abaenrichment): Update to 1.14.0.
This commit is contained in:
parent
bab06a6ff3
commit
e2e1dea2bb
1 changed files with 2 additions and 2 deletions
|
@ -3498,14 +3498,14 @@ annotations and ontologies.")
|
||||||
(define-public r-abaenrichment
|
(define-public r-abaenrichment
|
||||||
(package
|
(package
|
||||||
(name "r-abaenrichment")
|
(name "r-abaenrichment")
|
||||||
(version "1.12.0")
|
(version "1.14.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
|
||||||
"0bvanqmg1smyckh16m2qn7d68zq4j7n74sgsnbgms5jngbp9158v"))))
|
"0av1dysk7qa8c4a0pp7yq89k8c4y40d2gyvsb8f27slvv2i3aad2"))))
|
||||||
(properties `((upstream-name . "ABAEnrichment")))
|
(properties `((upstream-name . "ABAEnrichment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue