me
/
guix
Archived
1
0
Fork 0

gnu: r-diffbind: Update to 3.6.1.

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

View File

@ -6090,14 +6090,14 @@ signal in the input, that lead to spurious peaks during peak calling.")
(define-public r-diffbind
(package
(name "r-diffbind")
(version "3.4.11")
(version "3.6.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DiffBind" version))
(sha256
(base32
"1xprj3x3s3yh6fwsdcl4zgfbhn640422x1lhhrmvdr836jr8sxcj"))))
"0izlk8vmmal4dj0bjxhgzr25arfa9zgdv06rm70w7ylr0gl84pzr"))))
(properties `((upstream-name . "DiffBind")))
(build-system r-build-system)
(propagated-inputs