mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-synchronicity: Update to 1.3.10.
* gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.10. Change-Id: I2e714a32794671f2957687c2b84010538ae8ce3c
This commit is contained in:
parent
ab9ffda17b
commit
6d93c327df
1 changed files with 2 additions and 2 deletions
|
@ -4200,14 +4200,14 @@ (define-public r-bigmemory-sri
|
||||||
(define-public r-synchronicity
|
(define-public r-synchronicity
|
||||||
(package
|
(package
|
||||||
(name "r-synchronicity")
|
(name "r-synchronicity")
|
||||||
(version "1.3.5")
|
(version "1.3.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "synchronicity" version))
|
(uri (cran-uri "synchronicity" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kgsk64aifjm3mfj102y3va7x1abypq2zi0cqbnjhl8fqyzp69hx"))))
|
"12svf4xzb9s3m1h2ddqgl6q2v57ifsj2p80j8cg2k0543a43pww2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bh r-bigmemory-sri r-rcpp r-uuid))
|
(list r-bh r-bigmemory-sri r-rcpp r-uuid))
|
||||||
|
|
Loading…
Reference in a new issue