guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 5b57d9571dfa96fb3d476b8c7d7e52808befee26
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 21 10:03:35 2026 +0100
gnu: r-fauxpas: Update to 0.6.0.
* gnu/packages/cran.scm (r-fauxpas): Update to 0.6.0.
[native-inputs]: Add r-curl.
Change-Id: I5d9a6f78fbac9adbed589ac6bda65dcb13c46c7c
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9b0ee44a3c..f77a3323af 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -57580,20 +57580,20 @@ backed by the @url{https://bokeh.pydata.org/, Bokeh
visualization library}.")
(define-public r-fauxpas
(package
(name "r-fauxpas")
- (version "0.5.2")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "fauxpas" version))
(sha256
(base32
- "1xhyws6nr9ayir4sykvhyaf1aprx9rjm2xyb3p5ikd26l5hp7l44"))))
+ "0iz93ma94wbj9ankkycwcgks5r4rhx6f5z03bch8wm21gn6v47vl"))))
(properties `((upstream-name . "fauxpas")))
(build-system r-build-system)
(propagated-inputs
(list r-httpcode r-r6 r-whisker))
(native-inputs
- (list r-crul r-knitr r-testthat))
+ (list r-crul r-curl r-knitr r-testthat))
(home-page "https://docs.ropensci.org/fauxpas")
(synopsis "HTTP error helpers")
(description