mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-edger: Update to 3.20.8.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.8.
This commit is contained in:
parent
66ae706c24
commit
d22abe1e5d
1 changed files with 2 additions and 2 deletions
|
@ -6967,13 +6967,13 @@ names in their natural, rather than lexicographic, order.")
|
|||
(define-public r-edger
|
||||
(package
|
||||
(name "r-edger")
|
||||
(version "3.20.2")
|
||||
(version "3.20.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "edgeR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0j5s3i33qmld9l7gs1rzpv601zxyqz711x8mq35hml088c8s99w9"))))
|
||||
"0g7bj6w61blw3m22hw9rc01n554k9qkjizh7njr3j4shmhads58d"))))
|
||||
(properties `((upstream-name . "edgeR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue