mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-wavcluster: Update to 2.38.0.
* gnu/packages/bioconductor.scm (r-wavcluster): Update to 2.38.0. Change-Id: I285c6f42b2cde094e6c32e95b473c9540045866b
This commit is contained in:
parent
b3b6f34f35
commit
c7fe318467
1 changed files with 2 additions and 2 deletions
|
@ -19756,14 +19756,14 @@ (define-public r-reqon
|
|||
(define-public r-wavcluster
|
||||
(package
|
||||
(name "r-wavcluster")
|
||||
(version "2.36.0")
|
||||
(version "2.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "wavClusteR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y2bk1kla0l72xgdam2l9c0k7584ckdqscqnc184cxvqm6fb335j"))))
|
||||
"0yr4jfaxs253xg5q0kds8fm97kqacx67pw1c80yx2w79v7nqskgv"))))
|
||||
(properties `((upstream-name . "wavClusteR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue