mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-diffbind: Update to 3.2.7.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.2.7.
This commit is contained in:
parent
43ac163bdf
commit
4fb187b79e
1 changed files with 2 additions and 2 deletions
|
@ -4890,14 +4890,14 @@ (define-public r-greylistchip
|
|||
(define-public r-diffbind
|
||||
(package
|
||||
(name "r-diffbind")
|
||||
(version "3.2.5")
|
||||
(version "3.2.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DiffBind" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rp4sgx58g1lq5brpx07wffllhvsqq1097vrjiaksbih08338nih"))))
|
||||
"01jfxcj5c0088vvsi3pz8fs0ka6n12l2j8s1d0rpqwa1y0444x7z"))))
|
||||
(properties `((upstream-name . "DiffBind")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue