me
/
guix
Archived
1
0
Fork 0

gnu: r-writexl: Update to 1.4.1.

* gnu/packages/cran.scm (r-writexl): Update to 1.4.1.
master
Ricardo Wurmus 2022-11-04 08:23:30 +01:00
parent 2f74055cfc
commit 2964471250
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10770,14 +10770,14 @@ documents.")
(define-public r-writexl
(package
(name "r-writexl")
(version "1.4.0")
(version "1.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "writexl" version))
(sha256
(base32
"0mfzyn8n5x5x5gf382bqgq61zpw9dymrp5kzdm2sbszplmxf6xry"))))
"1qhf7p14mijdyl5i40gfpzgvdflcs6s8xnwrabsnjxpa17xbamkn"))))
(build-system r-build-system)
(inputs (list zlib))
(home-page "https://github.com/ropensci/writexl")