gnu: r-synchronicity: Update to 1.3.4.
* gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.4.master
parent
7da0790e2a
commit
1957c20e0c
|
@ -3306,14 +3306,14 @@ bigmemory and synchronicity packages.")
|
||||||
(define-public r-synchronicity
|
(define-public r-synchronicity
|
||||||
(package
|
(package
|
||||||
(name "r-synchronicity")
|
(name "r-synchronicity")
|
||||||
(version "1.3.2")
|
(version "1.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "synchronicity" version))
|
(uri (cran-uri "synchronicity" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1idrjzl7nkamf1ip55s6qcf64s63xs9j8z9jv3r89p6r5lw7k5mv"))))
|
"1km5hx82gy71m5nc6pkcksv0dn32fylhg2axpdsnarrxva14mgdg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bh" ,r-bh)
|
`(("r-bh" ,r-bh)
|
||||||
|
|
Reference in New Issue