1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 09:45:55 +02:00

gnu: r-gtable: Update to 0.3.6.

* gnu/packages/statistics.scm (r-gtable): Update to 0.3.6.

Change-Id: I9f2d53ee4c068db27c70dcbc3069a3cc73a73c37
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:01:08 +01:00
parent b000ee2bfc
commit 0342b7ff8e
+2 -2
View File
@@ -3450,13 +3450,13 @@ variety of formats.")
(define-public r-gtable
(package
(name "r-gtable")
(version "0.3.5")
(version "0.3.6")
(source (origin
(method url-fetch)
(uri (cran-uri "gtable" version))
(sha256
(base32
"0wpavsypw2yp0pklmqw0qcwsh8smx5gr2kkxmgdmm52r0fiw37xi"))))
"1vz0kpj1hh3iz27yaax4i3l9n018py455p4f5nfn92r727xaa1fk"))))
(properties `((upstream-name . "gtable")))
(build-system r-build-system)
(propagated-inputs