summaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2025-05-30 16:21:34 +0200
committerAndreas Enge <andreas@enge.fr>2026-07-08 18:33:23 +0200
commit58c99f1824f5c5038eb669910fc2a40da4b4515e (patch)
tree4d4efe7d021bd00649a5ed3a96e4e839f3b89de6 /gnu/packages/node.scm
parentb15337db0c4724d60cd3338496ffc4c82f4be95a (diff)
gnu: llhttp-bootstrap: Update to 9.3.0.
* gnu/packages/node.scm (llhttp-bootstrap): Update to 9.3.0. Change-Id: Id18f84a582f12ef3ebb31f214bbb4da7e39018de
Diffstat (limited to 'gnu/packages/node.scm')
-rw-r--r--gnu/packages/node.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index b1b3066ba7e..c60c6de7772 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.2.1") 680 (version "9.3.0")
681 (source (origin 681 (source (origin
682 (method git-fetch) 682 (method git-fetch)
683 (uri (git-reference 683 (uri (git-reference
@@ -686,7 +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 "0mzg19aqb1am498gms0z75cwd5kmfg9p78b1hhxw67019nsjcbac")) 689 "0yz4ys94pjq2fs2pihpqjvmxj2mbpm8k5prlm445z4qlajzlr4kb"))
690 (patches (search-patches "llhttp-ponyfill-object-fromentries.patch")) 690 (patches (search-patches "llhttp-ponyfill-object-fromentries.patch"))
691 (modules '((guix build utils))) 691 (modules '((guix build utils)))
692 (snippet 692 (snippet