summaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2026-06-26 11:01:28 +0200
committerAndreas Enge <andreas@enge.fr>2026-07-08 18:33:27 +0200
commita472066f0c673557922586f582aafec84ad2c03c (patch)
treea3a8c2608df97ea1e17d8c76c9f7a2911ffc08fd /gnu/packages/node.scm
parent35d6316d9c6588e3056a5067bad1b3e7aaf915b7 (diff)
gnu: llhttp-bootstrap: Update to 9.4.2.
* gnu/packages/node.scm (llhttp-bootstrap): Update to 9.4.2. * gnu/packages/patches/llhttp-ponyfill-object-fromentries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister patch. Change-Id: I4e9873283d474b9b8539ac146399054680254b65
Diffstat (limited to 'gnu/packages/node.scm')
-rw-r--r--gnu/packages/node.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index e4996954001..49857fd594e 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -677,7 +677,7 @@ parser definition into a C output.")
677(define-public llhttp-bootstrap 677(define-public llhttp-bootstrap
678 (package 678 (package
679 (name "llhttp") 679 (name "llhttp")
680 (version "9.3.0") 680 (version "9.4.2")
681 (source (origin 681 (source (origin
682 (method git-fetch) 682 (method git-fetch)
683 (uri (git-reference 683 (uri (git-reference
@@ -686,8 +686,7 @@ parser definition into a C output.")
686 (file-name (git-file-name name version)) 686 (file-name (git-file-name name version))
687 (sha256 687 (sha256
688 (base32 688 (base32
689 "0yz4ys94pjq2fs2pihpqjvmxj2mbpm8k5prlm445z4qlajzlr4kb")) 689 "0yb46qksyw0h14r1qp84xkk8zijfi661991288isivba61hijp2z"))
690 (patches (search-patches "llhttp-ponyfill-object-fromentries.patch"))
691 (modules '((guix build utils))) 690 (modules '((guix build utils)))
692 (snippet 691 (snippet
693 '(begin 692 '(begin
@@ -696,7 +695,7 @@ parser definition into a C output.")
696 (substitute* "src/llhttp/http.ts" 695 (substitute* "src/llhttp/http.ts"
697 (("\\* as assert") "assert")) 696 (("\\* as assert") "assert"))
698 (substitute* "Makefile" 697 (substitute* "Makefile"
699 (("npx ts-node bin/generate.ts") 698 (("node --import tsx bin/generate.ts")
700 "node bin/generate.js")) 699 "node bin/generate.js"))
701 #t)))) 700 #t))))
702 (build-system gnu-build-system) 701 (build-system gnu-build-system)