gnu: r-tximport: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-tximport): Update to 1.28.0.
This commit is contained in:
parent
ea8a5b5d01
commit
998c7242c2
1 changed files with 2 additions and 2 deletions
|
@ -9435,13 +9435,13 @@ dependencies between GO terms can be implemented and applied.")
|
||||||
(define-public r-tximport
|
(define-public r-tximport
|
||||||
(package
|
(package
|
||||||
(name "r-tximport")
|
(name "r-tximport")
|
||||||
(version "1.26.1")
|
(version "1.28.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "tximport" version))
|
(uri (bioconductor-uri "tximport" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r67q4nb2bx9nqycyr2gnfmh4gizl0c7l510vmlcdvplv3yi73yn"))))
|
"0km1vfn4jcp05jk5srrqanjngq6ghh5im6h1c424b926g9s7w7k1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Reference in a new issue