summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-14 16:12:25 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-14 16:41:00 +0200
commit79759bc4272ad2b57f496c3393cabcc64a57fe38 (patch)
treecdbe55a856bbfbd2c7af39eaf5a747aee5b6a3fa
parente9962d8a6b7a7d41604004e4a84d05201654b91b (diff)
downloadpatches-79759bc4272ad2b57f496c3393cabcc64a57fe38.tar
patches-79759bc4272ad2b57f496c3393cabcc64a57fe38.tar.gz
gnu: r-httpcode: Update to 0.3.0.
* gnu/packages/cran.scm (r-httpcode): Update to 0.3.0.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 94e5079279..af1d79167d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20942,13 +20942,13 @@ carrying out convergence diagnostics and statistical and graphical analysis of
(define-public r-httpcode
(package
(name "r-httpcode")
- (version "0.2.0")
+ (version "0.3.0")
(source (origin
(method url-fetch)
(uri (cran-uri "httpcode" version))
(sha256
(base32
- "06k853ihwzkcx4z3jzazpb03p91frqkwz18jy4fwr8j2nwyqbhgv"))))
+ "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
(build-system r-build-system)
(home-page "https://github.com/sckott/httpcode")
(synopsis "HTTP status code helper")