me
/
guix
Archived
1
0
Fork 0

gnu: r-chipseq: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-chipseq): Update to 1.44.0.
master
Ricardo Wurmus 2021-11-04 22:04:01 +00:00
parent cd7c1e2c3e
commit 126a4b6c9d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2506,14 +2506,14 @@ annotation, distance to TSS, and overlap of peaks or genes.")
(define-public r-chipseq
(package
(name "r-chipseq")
(version "1.42.0")
(version "1.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "chipseq" version))
(sha256
(base32
"078p9h0zghlhpd6cr54nww1mk7q97imx8yqfayw5m2yq4097ivbi"))))
"1jw209bfh1c22mqs9z44qx3pmca9m68rhxp0p9bvbmqsnqwrndi6"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)