mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-edger: Update to 4.0.11.
* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.11. Change-Id: I27638e6082286fa6e7876ce29ecf272d88402946
This commit is contained in:
parent
2d331f9ba0
commit
c61e835022
1 changed files with 2 additions and 2 deletions
|
@ -7563,13 +7563,13 @@ (define-public r-edaseq
|
|||
(define-public r-edger
|
||||
(package
|
||||
(name "r-edger")
|
||||
(version "4.0.9")
|
||||
(version "4.0.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "edgeR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jdpvswcnspiypk9c2wq01cgcv1l5061q9h8gc5khhk9jlyv44bg"))))
|
||||
"15m4rxvdy3r9cgf9k9q3xhig60mph9pjbmdk0g3k6liaahwmmj0p"))))
|
||||
(properties `((upstream-name . "edgeR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue