me
/
guix
Archived
1
0
Fork 0

gnu: r-datawizard: Update to 0.11.0.

* gnu/packages/cran.scm (r-datawizard): Update to 0.11.0.

Change-Id: I4e385278616c94b21730a3a7acb267dbabf971b8
master
Ricardo Wurmus 2024-07-02 14:57:27 +02:00
parent d1fa56aa7a
commit a7327450f2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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