mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-tximeta: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-tximeta): Update to 1.20.0. Change-Id: I8d9c5d01efc8f6c64290cdfdd193d95cd1da9152
This commit is contained in:
parent
270d7e1079
commit
1c3e8ab395
1 changed files with 2 additions and 2 deletions
|
@ -23245,14 +23245,14 @@ (define-public r-tricycle
|
|||
(define-public r-tximeta
|
||||
(package
|
||||
(name "r-tximeta")
|
||||
(version "1.18.3")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "tximeta" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01s8x8a3rb0a5i599pxc5miz84ssvh10b4vha79nmbhkqccffvml"))))
|
||||
"0wn7r1dzckiq3zacvcv2w780fj9bvz1vbyzcazv2qvsicbwc4vd8"))))
|
||||
(properties `((upstream-name . "tximeta")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue