me
/
guix
Archived
1
0
Fork 0

gnu: r-datawizard: Update to 0.9.1.

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

Change-Id: I91de1685b889eb516204499c6e21c0fb1475ea13
master
Ricardo Wurmus 2023-12-28 00:44:27 +01:00
parent 6d564299c6
commit 59970a9c57
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -571,14 +571,14 @@ etc.")
(define-public r-datawizard
(package
(name "r-datawizard")
(version "0.9.0")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "datawizard" version))
(sha256
(base32
"1w1d18ssd6nbwg2r9gs0779wf33vpl8xivlc79ci5mi4db2m7zsd"))))
"0d01akddrbvdf16rvws3fh4pjl64myxn7is4qv2szm7hp6wjb4p5"))))
(properties `((upstream-name . "datawizard")))
(build-system r-build-system)
(propagated-inputs