diff options
author | Jelle Licht <jlicht@fsfe.org> | 2025-05-30 16:21:34 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-10-13 09:55:14 +0200 |
commit | 37531ca4b0b6ffb4ee55a918c76c325daa8e4cf1 (patch) | |
tree | 8ec49d27018086dcb75b569a39647c838004fe14 | |
parent | a2c6832d0ba1978dbdfd394a87606de4bb29d5bf (diff) |
gnu: llhttp-bootstrap: Update to 9.3.0.
* gnu/packages/node.scm (llhttp-bootstrap): Update to 9.3.0.
Change-Id: Id18f84a582f12ef3ebb31f214bbb4da7e39018de
-rw-r--r-- | gnu/packages/node.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 550442abae..dd46aec8be 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -677,7 +677,7 @@ parser definition into a C output.") (define-public llhttp-bootstrap (package (name "llhttp") - (version "9.2.1") + (version "9.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -686,7 +686,7 @@ parser definition into a C output.") (file-name (git-file-name name version)) (sha256 (base32 - "0mzg19aqb1am498gms0z75cwd5kmfg9p78b1hhxw67019nsjcbac")) + "0yz4ys94pjq2fs2pihpqjvmxj2mbpm8k5prlm445z4qlajzlr4kb")) (patches (search-patches "llhttp-ponyfill-object-fromentries.patch")) (modules '((guix build utils))) (snippet |