me
/
guix
Archived
1
0
Fork 0

gnu: r-ebseq: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-ebseq): Update to 1.32.0.
master
Ricardo Wurmus 2021-06-05 08:49:54 +02:00
parent 729f6adcf4
commit 9a67123210
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

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