1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 20:50:34 +02:00

gnu: r-tibble: Update to 3.3.1.

* gnu/packages/statistics.scm (r-tibble): Update to 3.3.1.

Change-Id: I2e21659aa9a735db33f9dd4e95b3d57034f3f3de
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-14 19:42:27 +01:00
committed by Rutherther
parent 88bb27dfaa
commit 90429f19d3

View File

@@ -981,14 +981,14 @@ like tidy evaluation.")
(define-public r-tibble
(package
(name "r-tibble")
(version "3.3.0")
(version "3.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"14p1zqi7yflcqg87mfphmh0lxazvj1pxgn13b6ja9b5i26gl6k3z"))))
"13xjjas9882518i0s8x6az6mmzz8srxgz1byghiin0ir3659yc7v"))))
;; r-diagrammer contains massive amounts of minified JavaScript.
(properties
'((updater-ignored-native-inputs . ("r-diagrammer"))))