gnu: r-datawizard: Update to 0.11.0.
* gnu/packages/cran.scm (r-datawizard): Update to 0.11.0. Change-Id: I4e385278616c94b21730a3a7acb267dbabf971b8master
parent
d1fa56aa7a
commit
a7327450f2
|
@ -762,14 +762,14 @@ functions are included.")
|
|||
(define-public r-datawizard
|
||||
(package
|
||||
(name "r-datawizard")
|
||||
(version "0.10.0")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "datawizard" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z3sds2mlmyd40xrjy6lcrym5sl1hcn2dxxfmljv2667vk9nrbmg"))))
|
||||
"0cghk6flxxsz079sw8l4aw1h4girg7mwl61237a7ymmhvny70d4k"))))
|
||||
(properties `((upstream-name . "datawizard")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in New Issue