mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-aldex2: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-aldex2): Update to 1.34.0. [propagated-inputs]: Add r-directlabels, r-lattice, and r-latticeextra. Change-Id: Ibd4295392b188034231f54d129af02318510932e
This commit is contained in:
parent
e2c41d2c65
commit
99a2acb5ab
1 changed files with 5 additions and 2 deletions
|
@ -3211,19 +3211,22 @@ (define-public r-anvil
|
|||
(define-public r-aldex2
|
||||
(package
|
||||
(name "r-aldex2")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ALDEx2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gdkc8qwx3vpk5i09znlfrag7gk87piz61z90k96v6bm6x8sclb8"))))
|
||||
"0wchlw9dprw7vkw26h26ypx06xv2j0cxbidw61pcqaxmrrh14dhz"))))
|
||||
(properties `((upstream-name . "ALDEx2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocparallel
|
||||
r-directlabels
|
||||
r-genomicranges
|
||||
r-iranges
|
||||
r-lattice
|
||||
r-latticeextra
|
||||
r-multtest
|
||||
r-rfast
|
||||
r-s4vectors
|
||||
|
|
Loading…
Reference in a new issue