summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-02-21 10:03:35 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-07 11:57:30 +0100
commit587b92ab43daa4f0869960bf6c1a8fc65c6de8b2 (patch)
tree5f6710d7454f7a308269b7947122a9f45575e0af
parent5078c8982e5689ba4c3e6f8db554294e65448f97 (diff)
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
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1aa4b6e6d6f..be98404af59 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -57604,20 +57604,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