mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-tximport: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-tximport): Update to 1.30.0. Change-Id: Ica833c44870a941e780a10e8f72ba6bb80d51c87
This commit is contained in:
parent
b341a01aea
commit
52922eac72
1 changed files with 2 additions and 2 deletions
|
@ -11012,13 +11012,13 @@ (define-public r-topgo
|
|||
(define-public r-tximport
|
||||
(package
|
||||
(name "r-tximport")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "tximport" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0km1vfn4jcp05jk5srrqanjngq6ghh5im6h1c424b926g9s7w7k1"))))
|
||||
"0m6avd815xcv3py5sym083pdccvd4crdyyc7sfpxccnksgchyrf2"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue