gnu: r-zlog: Update to 1.0.2.
* gnu/packages/cran.scm (r-zlog): Update to 1.0.2.master
parent
f05c1a46ff
commit
a161409264
|
@ -7845,13 +7845,13 @@ to variables on the left-hand side of the assignment.")
|
||||||
(define-public r-zlog
|
(define-public r-zlog
|
||||||
(package
|
(package
|
||||||
(name "r-zlog")
|
(name "r-zlog")
|
||||||
(version "1.0.0")
|
(version "1.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "zlog" version))
|
(uri (cran-uri "zlog" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d5j31p0h3rrn230087h3ngpvwknlisjv0f1qdbicdj9m177spci"))))
|
"0fi9aqrmikdg5ibwhn82kslj4lxih03vm27jmi14m73h09yy4in5"))))
|
||||||
(properties `((upstream-name . "zlog")))
|
(properties `((upstream-name . "zlog")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
|
|
Reference in New Issue