mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -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
|
(define-public r-densityclust
|
||||||
(package
|
(package
|
||||||
(name "r-densityclust")
|
(name "r-densityclust")
|
||||||
(version "0.3.1")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "densityClust" version))
|
(uri (cran-uri "densityClust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04f3p5q88xb0g4c7vznwvl6zwq5s1kdapb2q7d5y6g17x9ag10n0"))))
|
"05x2fi1zdnkrg2nimf8k904j3lpyw0f7nmk6ax5p7x7a98wb2iqs"))))
|
||||||
(properties `((upstream-name . "densityClust")))
|
(properties `((upstream-name . "densityClust")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue