gnu: r-biobtreer: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-biobtreer): Update to 1.14.0. Change-Id: Icf0458c6931237a405178361778a68c1a068337c
This commit is contained in:
parent
d40b4c5063
commit
ae127ddf0d
1 changed files with 2 additions and 2 deletions
|
@ -22296,14 +22296,14 @@ anatomical terms, mapped to genes by expression patterns.")
|
||||||
(define-public r-biobtreer
|
(define-public r-biobtreer
|
||||||
(package
|
(package
|
||||||
(name "r-biobtreer")
|
(name "r-biobtreer")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biobtreeR" version))
|
(uri (bioconductor-uri "biobtreeR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cbhlxh0w736695niyjd59fcvplna2f2x2av9k0sd1r3dy6lrcd4"))))
|
"18p5r67ppkw8wxxkrj76q68ljlhdbhar5hc89ffdsgr3zzdyk875"))))
|
||||||
(properties `((upstream-name . "biobtreeR")))
|
(properties `((upstream-name . "biobtreeR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue