mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-diffbind: Update to 3.2.2.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.2.2.
This commit is contained in:
parent
005d3d4058
commit
79b67d2f54
1 changed files with 2 additions and 2 deletions
|
@ -4765,14 +4765,14 @@ (define-public r-greylistchip
|
|||
(define-public r-diffbind
|
||||
(package
|
||||
(name "r-diffbind")
|
||||
(version "3.2.1")
|
||||
(version "3.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DiffBind" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12x80z1a8gihqrlaxmzk80nc5700la72lival58s4wjv4k2lhyf3"))))
|
||||
"037z4mm8q5c50lwf63l1gmksd9fzfmyyp259jncpsxa3almf5jgh"))))
|
||||
(properties `((upstream-name . "DiffBind")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue