mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-waldo: Update to 0.5.1.
* gnu/packages/cran.scm (r-waldo): Update to 0.5.1.
This commit is contained in:
parent
5950385cad
commit
40bc99d5ca
1 changed files with 2 additions and 2 deletions
|
@ -1182,14 +1182,14 @@ (define-public r-ruv
|
|||
(define-public r-waldo
|
||||
(package
|
||||
(name "r-waldo")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "waldo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gfrsfxqayysyyhxgxjv7qq0wadf4myp75fhg56s6fcqq5qjnw86"))))
|
||||
"0inzdwna22axhjw0jdrk800g7zbkpcs7g1cmdi83r7j4zxn0ggs5"))))
|
||||
(properties `((upstream-name . "waldo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue