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