me
/
guix
Archived
1
0
Fork 0

gnu: r-edaseq: Update to 2.26.0.

* gnu/packages/bioconductor.scm (r-edaseq): Update to 2.26.0.
master
Ricardo Wurmus 2021-06-05 08:49:43 +02:00
parent 30ce1f9b66
commit f998c95d60
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2674,14 +2674,14 @@ originally made available by Holmes, Harris, and Quince, 2012, PLoS ONE 7(2):
(define-public r-edaseq
(package
(name "r-edaseq")
(version "2.24.0")
(version "2.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "EDASeq" version))
(sha256
(base32
"0fznj7lsgkss1svv4rq8g87s1gmnbd7hccim41dv1c2w2nl0n2ip"))))
"1mqpi2iz4azr31b3ajsqb4n9izjh85dx642844n059c8s2pfmivh"))))
(properties `((upstream-name . "EDASeq")))
(build-system r-build-system)
(propagated-inputs