gnu: r-gage: Update to 2.42.0.
* gnu/packages/bioconductor.scm (r-gage): Update to 2.42.0.
This commit is contained in:
parent
ff59b34dc3
commit
f22f4caa69
1 changed files with 2 additions and 2 deletions
|
|
@ -2817,14 +2817,14 @@ microarrays or GRanges for sequencing data.")
|
||||||
(define-public r-gage
|
(define-public r-gage
|
||||||
(package
|
(package
|
||||||
(name "r-gage")
|
(name "r-gage")
|
||||||
(version "2.40.2")
|
(version "2.42.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "gage" version))
|
(uri (bioconductor-uri "gage" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bs0hx8sqiyl08dqn2zx31kbv5aci4xvrs71pplx2yxal3jf5178"))))
|
"0z7hrwdm6my6p7z04bcpfhqk72pd0s1bdzvsiiym59qj79fbvb83"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
|
||||||
Reference in a new issue