1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-httpuv: Update to 1.6.14.

* gnu/packages/cran.scm (r-httpuv): Update to 1.6.14.

Change-Id: I1f650010cce97020f7b563adfcd74d7e4dec4981
This commit is contained in:
Ricardo Wurmus
2024-01-30 15:48:54 +01:00
parent 51ca656726
commit 854d1be754

View File

@@ -4257,13 +4257,13 @@ Zucchini.")
(define-public r-httpuv
(package
(name "r-httpuv")
(version "1.6.13")
(version "1.6.14")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
"0prvd2mv4rliqm0ldaldd6yjxy04qvxnqyhfxlk2c1lanmxzjvnb"))
"10fi7j8rpa55l7bdygxl608i6f927ws2y1lv4qz8g6dx4spaq9j0"))
(modules '((guix build utils)))
;; Cannot unbundle http-parser, because it contains local
;; modifications.