gnu: r-gtable: Update to 0.3.3.

* gnu/packages/statistics.scm (r-gtable): Update to 0.3.3.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:42 +02:00
parent 8ad283c780
commit 082d5806ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2890,13 +2890,13 @@ variety of formats.")
(define-public r-gtable
(package
(name "r-gtable")
(version "0.3.2")
(version "0.3.3")
(source (origin
(method url-fetch)
(uri (cran-uri "gtable" version))
(sha256
(base32
"1j162vkyvkyyz61smw36crgmd76jic17n9qfmn0cyvafzdyqyiwd"))))
"0fkv19h64cyxsadplvyzbpjliy9wlfg56hc8znvqg972g3cmi6ig"))))
(properties `((upstream-name . "gtable")))
(build-system r-build-system)
(propagated-inputs