mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-densityclust: Update to 0.3.2.
* gnu/packages/cran.scm (r-densityclust): Update to 0.3.2.
This commit is contained in:
parent
b1d358e742
commit
507123b893
1 changed files with 2 additions and 2 deletions
|
@ -13596,14 +13596,14 @@ (define-public r-speedglm
|
|||
(define-public r-densityclust
|
||||
(package
|
||||
(name "r-densityclust")
|
||||
(version "0.3.1")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "densityClust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04f3p5q88xb0g4c7vznwvl6zwq5s1kdapb2q7d5y6g17x9ag10n0"))))
|
||||
"05x2fi1zdnkrg2nimf8k904j3lpyw0f7nmk6ax5p7x7a98wb2iqs"))))
|
||||
(properties `((upstream-name . "densityClust")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue