mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-datawizard: Update to 0.10.0.
* gnu/packages/cran.scm (r-datawizard): Update to 0.10.0. Change-Id: I91b5039d2cb74e81b8ec5fe948d551354dd19d90
This commit is contained in:
parent
ac7e5dfe35
commit
23f9f566fb
1 changed files with 2 additions and 2 deletions
|
@ -685,14 +685,14 @@ (define-public r-curry
|
|||
(define-public r-datawizard
|
||||
(package
|
||||
(name "r-datawizard")
|
||||
(version "0.9.1")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "datawizard" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d01akddrbvdf16rvws3fh4pjl64myxn7is4qv2szm7hp6wjb4p5"))))
|
||||
"0z3sds2mlmyd40xrjy6lcrym5sl1hcn2dxxfmljv2667vk9nrbmg"))))
|
||||
(properties `((upstream-name . "datawizard")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue