mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-waldo: Update to 0.4.0.
* gnu/packages/cran.scm (r-waldo): Update to 0.4.0.
This commit is contained in:
parent
f233cb384a
commit
bfeafc8b1d
1 changed files with 2 additions and 2 deletions
|
@ -387,14 +387,14 @@ (define-public r-googlesheets4
|
|||
(define-public r-waldo
|
||||
(package
|
||||
(name "r-waldo")
|
||||
(version "0.3.1")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "waldo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16q1xjbl9g04l1r1x3nid9hmz1sa35q6j33bigdzh4y4zcd8qb7c"))))
|
||||
"1aky28rn70l24s0sygl36267cf7hjzhchagsz26abfxwr7p8kvjp"))))
|
||||
(properties `((upstream-name . "waldo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue