me
/
guix
Archived
1
0
Fork 0

gnu: r-zlog: Update to 1.0.2.

* gnu/packages/cran.scm (r-zlog): Update to 1.0.2.
master
Ricardo Wurmus 2023-01-09 22:15:15 +01:00
parent f05c1a46ff
commit a161409264
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7845,13 +7845,13 @@ to variables on the left-hand side of the assignment.")
(define-public r-zlog
(package
(name "r-zlog")
(version "1.0.0")
(version "1.0.2")
(source (origin
(method url-fetch)
(uri (cran-uri "zlog" version))
(sha256
(base32
"1d5j31p0h3rrn230087h3ngpvwknlisjv0f1qdbicdj9m177spci"))))
"0fi9aqrmikdg5ibwhn82kslj4lxih03vm27jmi14m73h09yy4in5"))))
(properties `((upstream-name . "zlog")))
(build-system r-build-system)
(native-inputs (list r-knitr))