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.0.15.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.0.15.
This commit is contained in:
parent
9d2ca98213
commit
55185f9b3f
1 changed files with 2 additions and 2 deletions
|
@ -2705,14 +2705,14 @@ (define-public r-greylistchip
|
|||
(define-public r-diffbind
|
||||
(package
|
||||
(name "r-diffbind")
|
||||
(version "3.0.14")
|
||||
(version "3.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DiffBind" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1siabhjd0w7bb6v2gfhsm9j7c7c86z8m6lfsyl8p84h0zhjs2vrw"))))
|
||||
"06f613s8d9z51njyf839g22gwybx9zs5n6xghwr5j1ad2n4m6qwi"))))
|
||||
(properties `((upstream-name . "DiffBind")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue