mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-gage: Update to 2.34.0.
* gnu/packages/bioinformatics.scm (r-gage): Update to 2.34.0.
This commit is contained in:
parent
d4ef1d59cc
commit
c798455d87
1 changed files with 2 additions and 2 deletions
|
@ -9713,14 +9713,14 @@ (define-public r-keggrest
|
|||
(define-public r-gage
|
||||
(package
|
||||
(name "r-gage")
|
||||
(version "2.32.1")
|
||||
(version "2.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gage" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02g796sb1800ff0f1mq9f2m5wwzpf8pnfzajs49i68dhq2hm01a8"))))
|
||||
"08d5yg7n4rx4xsginc8bx0sycpj06pi1k7i44ff757444p20srwq"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)
|
||||
|
|
Loading…
Reference in a new issue