1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-21 00:24:05 +02:00

gnu: r-writexl: Update to 1.5.1.

* gnu/packages/cran.scm (r-writexl): Update to 1.5.1.

Change-Id: Iab69556b68eb4f23da29ee7078b416e6efea9d97
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:00:45 +01:00
parent f5d0b2082a
commit c221ec8287
+2 -2
View File
@@ -15998,14 +15998,14 @@ documents.")
(define-public r-writexl
(package
(name "r-writexl")
(version "1.5.0")
(version "1.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "writexl" version))
(sha256
(base32
"1kkd17xw7giy1k2azw1xnagka7ihicp17bi7nzlm3gqay1cdqlz2"))))
"14wv9l927bh57jbdxcf8wb429mz85x5bnsm31i2j3m0db0ikf4ax"))))
(build-system r-build-system)
(inputs (list zlib))
(home-page "https://github.com/ropensci/writexl")