gnu: r-shinyace: Update to 0.4.2.

* gnu/packages/cran.scm (r-shinyace): Update to 0.4.2.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:20 +02:00
parent 91c053804d
commit d10b32c7ed
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7705,14 +7705,14 @@ (define-public r-import
(define-public r-shinyace
(package
(name "r-shinyace")
(version "0.4.1")
(version "0.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "shinyAce" version))
(sha256
(base32
"1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
"12mqvdh6rxsr61pc3pzla95r5f4l7xagjs2rcdr7c2lbqyxpx6aa"))))
(properties `((upstream-name . "shinyAce")))
(build-system r-build-system)
(propagated-inputs