me
/
guix
Archived
1
0
Fork 0

gnu: r-httpuv: Update to 1.6.10.

* gnu/packages/cran.scm (r-httpuv): Update to 1.6.10.
master
Ricardo Wurmus 2023-05-09 14:25:46 +02:00
parent 263f3e1ac2
commit 2ea5346a00
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3301,13 +3301,13 @@ Zucchini.")
(define-public r-httpuv (define-public r-httpuv
(package (package
(name "r-httpuv") (name "r-httpuv")
(version "1.6.9") (version "1.6.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "httpuv" version)) (uri (cran-uri "httpuv" version))
(sha256 (sha256
(base32 (base32
"0pfrhparpsgrrlgnwwdjb4npklrqka709hh7a2s76x7s49dz4xwd")) "1w7b9wi5gzg78qk53adva19gpsb0027z1x6l3qfpk2jsaslhyafd"))
(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.