me
/
guix
Archived
1
0
Fork 0

gnu: r-httpuv: Update to 1.6.15.

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

Change-Id: Ic3f86f2055ad92cc3ead6e324bd94b468cf6713f
master
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
1 changed files with 2 additions and 2 deletions

View File

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