mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-clustree: Update to 0.4.4.
* gnu/packages/cran.scm (r-clustree): Update to 0.4.4.
This commit is contained in:
parent
fa243bc07a
commit
49e51a7726
1 changed files with 2 additions and 2 deletions
|
@ -29373,14 +29373,14 @@ (define-public r-highlight
|
|||
(define-public r-clustree
|
||||
(package
|
||||
(name "r-clustree")
|
||||
(version "0.4.3")
|
||||
(version "0.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "clustree" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lxydy2f83qqd5dhlp2l546jax759l43b29j6g82079yzg1szwsz"))))
|
||||
"0vwmicajl7c0rmjdmf4f857fii0xrxz25vjkn888svlsikw00qbs"))))
|
||||
(properties `((upstream-name . "clustree")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue