mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: r-aggregatebiovar: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-aggregatebiovar): Update to 1.8.0.
This commit is contained in:
parent
f74c670c7f
commit
fc60b9dfe7
1 changed files with 2 additions and 2 deletions
|
@ -1979,13 +1979,13 @@ (define-public r-agdex
|
||||||
(define-public r-aggregatebiovar
|
(define-public r-aggregatebiovar
|
||||||
(package
|
(package
|
||||||
(name "r-aggregatebiovar")
|
(name "r-aggregatebiovar")
|
||||||
(version "1.6.0")
|
(version "1.8.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
|
||||||
"0ngg12bgr95m4wm12scmrb55dgy4909c6qrg169l6dkng99v4nx1"))))
|
"1snsc2430cc7cd0k01n1rwa6vympd79g1mcch0paxxkq7msvfn42"))))
|
||||||
(properties `((upstream-name . "aggregateBioVar")))
|
(properties `((upstream-name . "aggregateBioVar")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue