me
/
guix
Archived
1
0
Fork 0

gnu: r-httpuv: Update to 1.6.11.

* gnu/packages/cran.scm (r-httpuv): Update to 1.6.11.
master
Ricardo Wurmus 2023-05-31 12:15:13 +02:00
parent f5951bbc70
commit 27d87b528c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3307,13 +3307,13 @@ Zucchini.")
(define-public r-httpuv
(package
(name "r-httpuv")
(version "1.6.10")
(version "1.6.11")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
"1w7b9wi5gzg78qk53adva19gpsb0027z1x6l3qfpk2jsaslhyafd"))
"1xgf7q8ah9sbgbbjm9nwvry154g8i0gwfrn55npls9sihc59x9wb"))
(modules '((guix build utils)))
;; Cannot unbundle http-parser, because it contains local
;; modifications.