me
/
guix
Archived
1
0
Fork 0

gnu: r-ebseq: Update to 1.40.0.

* gnu/packages/bioconductor.scm (r-ebseq): Update to 1.40.0.
master
Ricardo Wurmus 2023-04-28 18:00:07 +02:00
parent b861c08de6
commit ff78701399
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11377,14 +11377,14 @@ and regression inferences from RNA-sequencing data.")
(define-public r-ebseq
(package
(name "r-ebseq")
(version "1.38.0")
(version "1.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "EBSeq" version))
(sha256
(base32
"1gh1cyb76gv2h0knh780648gsbgpn76adfj6x3pjzily5m5bmin0"))))
"0y23k607f61csj2ciaqnl8pzsjisqlcnnhlasv36446n8f3silx5"))))
(properties `((upstream-name . "EBSeq")))
(build-system r-build-system)
(propagated-inputs