me
/
guix
Archived
1
0
Fork 0

gnu: r-edger: Update to 3.32.1.

* gnu/packages/bioinformatics.scm (r-edger): Update to 3.32.1.
master
Ricardo Wurmus 2021-02-11 21:31:49 +01:00
parent 809f725977
commit 8e25b1acf9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8137,13 +8137,13 @@ names in their natural, rather than lexicographic, order.")
(define-public r-edger
(package
(name "r-edger")
(version "3.32.0")
(version "3.32.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "edgeR" version))
(sha256
(base32
"0dkjd6li270icy1x5qbzpakk9bx712mdm5k32lrr3yrggq92jhjg"))))
"1gaic8qf6a6sy0bmydh1xzf52w0wnq31aanpvw3a30pfsi218bcp"))))
(properties `((upstream-name . "edgeR")))
(build-system r-build-system)
(propagated-inputs