diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2025-01-05 18:57:21 +0100 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2025-02-11 14:02:51 +0100 |
| commit | 1bb7866667ebc7a0ffd733c598a2723a47ccfb9e (patch) | |
| tree | e6e40f9d723639e0e436682c0b39095c14f8479c /gnu/packages/node.scm | |
| parent | 0a5d8258766690fab7ddd2800ddb34fc8b6549d0 (diff) | |
gnu: llhttp-bootstrap: Update to 9.2.1.
* gnu/packages/patches/llhttp-ponyfill-object-fromentries.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/node.scm (llhttp-bootstrap): Update to 9.2.1.
[source]: Use patch.
Diffstat (limited to 'gnu/packages/node.scm')
| -rw-r--r-- | gnu/packages/node.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 20acffb3df9..6c0031aa5a8 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm | |||
| @@ -679,7 +679,7 @@ parser definition into a C output.") | |||
| 679 | (define-public llhttp-bootstrap | 679 | (define-public llhttp-bootstrap |
| 680 | (package | 680 | (package |
| 681 | (name "llhttp") | 681 | (name "llhttp") |
| 682 | (version "8.1.2") | 682 | (version "9.2.1") |
| 683 | (source (origin | 683 | (source (origin |
| 684 | (method git-fetch) | 684 | (method git-fetch) |
| 685 | (uri (git-reference | 685 | (uri (git-reference |
| @@ -688,7 +688,8 @@ parser definition into a C output.") | |||
| 688 | (file-name (git-file-name name version)) | 688 | (file-name (git-file-name name version)) |
| 689 | (sha256 | 689 | (sha256 |
| 690 | (base32 | 690 | (base32 |
| 691 | "1808y8mpdcmsi8rxndilngg4nn2fbqfgb29f47kk9mmdpqg5s17r")) | 691 | "0mzg19aqb1am498gms0z75cwd5kmfg9p78b1hhxw67019nsjcbac")) |
| 692 | (patches (search-patches "llhttp-ponyfill-object-fromentries.patch")) | ||
| 692 | (modules '((guix build utils))) | 693 | (modules '((guix build utils))) |
| 693 | (snippet | 694 | (snippet |
| 694 | '(begin | 695 | '(begin |
