gnu: r-httpcode: Update to 0.3.0.

* gnu/packages/cran.scm (r-httpcode): Update to 0.3.0.
This commit is contained in:
Ricardo Wurmus 2020-04-14 16:12:25 +02:00
parent e9962d8a6b
commit 79759bc427
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20942,13 +20942,13 @@ (define-public r-boa
(define-public r-httpcode (define-public r-httpcode
(package (package
(name "r-httpcode") (name "r-httpcode")
(version "0.2.0") (version "0.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "httpcode" version)) (uri (cran-uri "httpcode" version))
(sha256 (sha256
(base32 (base32
"06k853ihwzkcx4z3jzazpb03p91frqkwz18jy4fwr8j2nwyqbhgv")))) "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/sckott/httpcode") (home-page "https://github.com/sckott/httpcode")
(synopsis "HTTP status code helper") (synopsis "HTTP status code helper")