mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-tximeta: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.12.0.
This commit is contained in:
parent
76f32aae88
commit
30b67fdb6a
1 changed files with 2 additions and 2 deletions
|
@ -14844,14 +14844,14 @@ estimates, etc.")
|
||||||
(define-public r-tximeta
|
(define-public r-tximeta
|
||||||
(package
|
(package
|
||||||
(name "r-tximeta")
|
(name "r-tximeta")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "tximeta" version))
|
(uri (bioconductor-uri "tximeta" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ipgpcl93cac4qff6lp9x2l3gav5kb1x1d56g32h09hlm797rvvh"))))
|
"03fbz6pka7bcbhd0bblgckyxsqhzp4n8qp2dcpdb3sr01lyw4bc5"))))
|
||||||
(properties `((upstream-name . "tximeta")))
|
(properties `((upstream-name . "tximeta")))
|
||||||
(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