mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-gage: Update to 2.40.1.
* gnu/packages/bioinformatics.scm (r-gage): Update to 2.40.1.
This commit is contained in:
parent
5103da059a
commit
0e3e26ca60
1 changed files with 2 additions and 2 deletions
|
@ -10430,14 +10430,14 @@ (define-public r-keggrest
|
||||||
(define-public r-gage
|
(define-public r-gage
|
||||||
(package
|
(package
|
||||||
(name "r-gage")
|
(name "r-gage")
|
||||||
(version "2.40.0")
|
(version "2.40.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "gage" version))
|
(uri (bioconductor-uri "gage" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xm50wgjjjymv71mbv1clnhx4m12nrd1pc6vfplpdqr5q49v3yd5"))))
|
"1iawa03dy4bl333my69d4sk7d74cjzfg5dpcxga6q5dglan4sp8r"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Reference in a new issue