gnu: r-gage: Update to 2.40.1.

* gnu/packages/bioinformatics.scm (r-gage): Update to 2.40.1.
This commit is contained in:
Ricardo Wurmus 2021-02-11 21:32:04 +01:00
parent 5103da059a
commit 0e3e26ca60
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

@ -10430,14 +10430,14 @@ microarrays or GRanges for sequencing data.")
(define-public r-gage
(package
(name "r-gage")
(version "2.40.0")
(version "2.40.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "gage" version))
(sha256
(base32
"0xm50wgjjjymv71mbv1clnhx4m12nrd1pc6vfplpdqr5q49v3yd5"))))
"1iawa03dy4bl333my69d4sk7d74cjzfg5dpcxga6q5dglan4sp8r"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)