gnu: r-aggregatebiovar: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-aggregatebiovar): Update to 1.10.0.
This commit is contained in:
parent
626b010f1a
commit
0174fb6d49
1 changed files with 2 additions and 2 deletions
|
@ -2459,13 +2459,13 @@ experiment.")
|
||||||
(define-public r-aggregatebiovar
|
(define-public r-aggregatebiovar
|
||||||
(package
|
(package
|
||||||
(name "r-aggregatebiovar")
|
(name "r-aggregatebiovar")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "aggregateBioVar" version))
|
(uri (bioconductor-uri "aggregateBioVar" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1snsc2430cc7cd0k01n1rwa6vympd79g1mcch0paxxkq7msvfn42"))))
|
"0g7n6dj1scad833y2182946hn3yh4jad20wvw9ic8gmqb438vihj"))))
|
||||||
(properties `((upstream-name . "aggregateBioVar")))
|
(properties `((upstream-name . "aggregateBioVar")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue