me
/
guix
Archived
1
0
Fork 0

gnu: r-edaseq: Update to 2.30.0.

* gnu/packages/bioconductor.scm (r-edaseq): Update to 2.30.0.
master
Ricardo Wurmus 2022-05-28 12:44:38 +02:00
parent 12a8b7bca3
commit 1d19d45fe7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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