mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-diffbind: Update to 3.14.0.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.14.0. Change-Id: Ibc1d511db31e2d3db6c44d1fcd992ad291a57c7e
This commit is contained in:
parent
65d1491d69
commit
f48ef2b2be
1 changed files with 2 additions and 2 deletions
|
@ -12987,14 +12987,14 @@ (define-public r-greylistchip
|
|||
(define-public r-diffbind
|
||||
(package
|
||||
(name "r-diffbind")
|
||||
(version "3.12.0")
|
||||
(version "3.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DiffBind" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nlcx4fl1cpcg38cn9p55f75bv6pcg6h2jv4z94g2b7g1gwjd686"))))
|
||||
"1sr0zy5pbjmjzkwkpjmr26k4dcf3f3kxsl7z2nqw0p0a14rh57pm"))))
|
||||
(properties `((upstream-name . "DiffBind")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue