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:
Ricardo Wurmus 2024-03-27 12:35:01 +01:00
parent ac7e5dfe35
commit 23f9f566fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -685,14 +685,14 @@ etc.")
(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