gnu: r-httpuv: Update to 1.6.15.

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

Change-Id: Ic3f86f2055ad92cc3ead6e324bd94b468cf6713f
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:02 +01:00
parent 7547079efe
commit a71d9e9e6f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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