gnu: r-banocc: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-banocc): Update to 1.26.0. Change-Id: I4f20020f49a3eeba9b97a1154b7772ee5232cb82master
parent
70f14dd31e
commit
fed0d240b5
|
@ -4295,13 +4295,13 @@ the posterior densities for the average relative abundance of transcripts.")
|
||||||
(define-public r-banocc
|
(define-public r-banocc
|
||||||
(package
|
(package
|
||||||
(name "r-banocc")
|
(name "r-banocc")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "banocc" version))
|
(uri (bioconductor-uri "banocc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yi70y87isb34jc1wrnz4gr0d0f2zw44555s50j3qdnj1x8cld9y"))))
|
"0y6mizkbx3s2x6465g53q87q0sixxrxhjvjmvwiilhirxf4x7hgp"))))
|
||||||
(properties `((upstream-name . "banocc")))
|
(properties `((upstream-name . "banocc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue