mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-aldex2: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-aldex2): Update to 1.36.0. Change-Id: Iab362c11ad5960901eaefa016cda09cf65d23355
This commit is contained in:
parent
47d9a75f1b
commit
af81afffd5
1 changed files with 2 additions and 2 deletions
|
@ -3741,13 +3741,13 @@ (define-public r-anvil
|
|||
(define-public r-aldex2
|
||||
(package
|
||||
(name "r-aldex2")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ALDEx2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wchlw9dprw7vkw26h26ypx06xv2j0cxbidw61pcqaxmrrh14dhz"))))
|
||||
"1bqpk93bbyajw2dm54d68f3dkc0jgcny109asfm6kcz7dg7szi3y"))))
|
||||
(properties `((upstream-name . "ALDEx2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue