mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-decoupler: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-decoupler): Update to 2.6.0.
This commit is contained in:
parent
28b2d8a1e3
commit
57bb01b808
1 changed files with 2 additions and 2 deletions
|
@ -4658,13 +4658,13 @@ (define-public r-deconvr
|
|||
(define-public r-decoupler
|
||||
(package
|
||||
(name "r-decoupler")
|
||||
(version "2.4.0")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "decoupleR" version))
|
||||
(sha256
|
||||
(base32 "1872pi2v9gymdpqdhab10ash4b2w8sbk1p635lf0p6s4679syhdi"))))
|
||||
(base32 "012d76jwgg6fwfjc00zdws59y6jbj0grzd4lgjrqs2afp2ycmh9s"))))
|
||||
(properties `((upstream-name . "decoupleR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue