[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74187] [PATCH 06/20] gnu: llhttp-bootstrap: Update to 8.1.2.
From: |
jlicht |
Subject: |
[bug#74187] [PATCH 06/20] gnu: llhttp-bootstrap: Update to 8.1.2. |
Date: |
Sun, 3 Nov 2024 13:03:53 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/node.scm (llhttp-bootstrap): Update to 8.1.2.
Change-Id: I4eff26889b2645c031fc9ea896657468d5752953
---
gnu/packages/node.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 3997042e76..36ed22e052 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -680,7 +680,7 @@ (define-public node-llparse-bootstrap
(define-public llhttp-bootstrap
(package
(name "llhttp")
- (version "6.0.11")
+ (version "8.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -689,7 +689,7 @@ (define-public llhttp-bootstrap
(file-name (git-file-name name version))
(sha256
(base32
- "16gaylka6nx9bsff9xga3s8xihxm3k7svrb88lr4dj2s4pzlfga9"))
+ "1808y8mpdcmsi8rxndilngg4nn2fbqfgb29f47kk9mmdpqg5s17r"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -715,6 +715,7 @@ (define-public llhttp-bootstrap
"/bin/esbuild")))
(invoke esbuild
"--platform=node"
+ "--target=node10"
"--outfile=bin/generate.js"
"--bundle" "bin/generate.ts"))))
(add-before 'install 'create-install-directories
--
2.46.0
- [bug#74187] [PATCH 00/20] Bumping node to 20.18.0 and beyond, jlicht, 2024/11/03
- [bug#74187] [PATCH 03/20] gnu: node-lts: Replace customized c-ares-for-node by c-ares., jlicht, 2024/11/03
- [bug#74187] [PATCH 07/20] gnu: node-lts: Update to 20.18.0 [security fixes]., jlicht, 2024/11/03
- [bug#74187] [PATCH 06/20] gnu: llhttp-bootstrap: Update to 8.1.2.,
jlicht <=
- [bug#74187] [PATCH 08/20] gnu: r-v8: Fix build with node-lts@20., jlicht, 2024/11/03
- [bug#74187] [PATCH 05/20] gnu: Add libuv-for-node-lts., jlicht, 2024/11/03
- [bug#74187] [PATCH 10/20] gnu: python-cwl-utils: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 04/20] gnu: Remove c-ares-for-node., jlicht, 2024/11/03
- [bug#74187] [PATCH 09/20] gnu: cwltool: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 01/20] gnu: node: Replace customized nghttp2-for-node by nghttp2., jlicht, 2024/11/03
- [bug#74187] [PATCH 12/20] gnu: js-of-ocaml: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 15/20] gnu: qtwebengine-5: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 14/20] gnu: python-cloudscraper: Use node-lts instead of node., jlicht, 2024/11/03