diff options
author | Jelle Licht <jlicht@fsfe.org> | 2023-08-19 22:48:54 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2023-08-31 19:45:53 +0200 |
commit | bab5e7a116d1a47c3aa2d5922230dea5d2623dd2 (patch) | |
tree | 42f21a988692774c72e930798dbf6cf25e6bef26 /gnu/packages/node.scm | |
parent | b51e45d3aaa8a85d39a8a4c3d18e8b57254aeaf2 (diff) |
gnu: llhttp-bootstrap: Update to 6.0.11.
* gnu/packages/node.scm (llhttp-bootstrap): Update to 6.0.11.
Diffstat (limited to 'gnu/packages/node.scm')
-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 6569422584..91a7d9c700 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -669,7 +669,7 @@ parser definition into a C output.") (define-public llhttp-bootstrap (package (name "llhttp") - (version "6.0.10") + (version "6.0.11") (source (origin (method git-fetch) (uri (git-reference @@ -678,7 +678,7 @@ parser definition into a C output.") (file-name (git-file-name name version)) (sha256 (base32 - "0izwqa77y007xdi0bj3ccw821n19rz89mz4hx4lg99fwkwylr6x8")) + "16gaylka6nx9bsff9xga3s8xihxm3k7svrb88lr4dj2s4pzlfga9")) (modules '((guix build utils))) (snippet '(begin |