mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-depecher: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-depecher): Update to 1.8.0.
This commit is contained in:
parent
480dcf3038
commit
9c0b691a29
1 changed files with 2 additions and 2 deletions
|
@ -9863,14 +9863,14 @@ (define-public r-mixomics
|
|||
(define-public r-depecher
|
||||
(package ;Source/Weave error
|
||||
(name "r-depecher")
|
||||
(version "1.6.0")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DepecheR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c7yv3a7k22nhhw3601n8jdl61cjmlny9b3nfrzsp78mkxi0h469"))))
|
||||
"04vxc43p3kpsx0vksk2nwmy9p56h35z2mc8j9p2wm29zaz1y8j3p"))))
|
||||
(properties `((upstream-name . "DepecheR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue