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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4257,13 +4257,13 @@ (define-public r-hiddenmarkov
(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.