me
/
guix
Archived
1
0
Fork 0

gnu: r-aldex2: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-aldex2): Update to 1.32.0.
master
Ricardo Wurmus 2023-04-28 17:59:43 +02:00
parent 87932885ea
commit 769af4fda7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3018,13 +3018,13 @@ to transform JSON responses to formats more amenable to manipulation in R.")
(define-public r-aldex2
(package
(name "r-aldex2")
(version "1.30.0")
(version "1.32.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ALDEx2" version))
(sha256
(base32
"0585s5pb8zr9il1vhxw9vjzzajmdcjmf9zz3zlc5vpczd3fnzfkf"))))
"0gdkc8qwx3vpk5i09znlfrag7gk87piz61z90k96v6bm6x8sclb8"))))
(properties `((upstream-name . "ALDEx2")))
(build-system r-build-system)
(propagated-inputs