mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-banocc: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-banocc): Update to 1.22.0.
This commit is contained in:
parent
f3038efb80
commit
c032441772
1 changed files with 2 additions and 2 deletions
|
@ -3004,13 +3004,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.20.0")
|
(version "1.22.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
|
||||||
"10vaggq1w5jkxd8r2k1mhymzvb7x3h8afwn2pvmcpj022ka7xhbx"))))
|
"0d7ss3df6zcfsh8kgy35ghxa6f27ynjhdbi6mdypgk9q24f64r78"))))
|
||||||
(properties `((upstream-name . "banocc")))
|
(properties `((upstream-name . "banocc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue