mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-flexclust: Update to 1.4-2.
* gnu/packages/cran.scm (r-flexclust): Update to 1.4-2. Change-Id: I1fe773b23e814ac5ebc5e52c855ba889c6c79f1b
This commit is contained in:
parent
58a34e1c9c
commit
ae1a664241
1 changed files with 2 additions and 2 deletions
|
@ -30832,14 +30832,14 @@ (define-public r-additivitytests
|
||||||
(define-public r-flexclust
|
(define-public r-flexclust
|
||||||
(package
|
(package
|
||||||
(name "r-flexclust")
|
(name "r-flexclust")
|
||||||
(version "1.4-1")
|
(version "1.4-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "flexclust" version))
|
(uri (cran-uri "flexclust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13akk3w6a76jpws5v9108c3hdmb8i6gm0sc06lr2hqly0pgpfyfn"))))
|
"0massgyn8vdzp40dz5l02qqzjynw1lgyw9psvb792q73j7b20iqc"))))
|
||||||
(properties `((upstream-name . "flexclust")))
|
(properties `((upstream-name . "flexclust")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue