guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: llhttp-bootstrap: Update to 6.0.11.


From: guix-commits
Subject: 01/02: gnu: llhttp-bootstrap: Update to 6.0.11.
Date: Thu, 31 Aug 2023 14:33:08 -0400 (EDT)

jlicht pushed a commit to branch master
in repository guix.

commit bab5e7a116d1a47c3aa2d5922230dea5d2623dd2
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sat Aug 19 22:48:54 2023 +0200

    gnu: llhttp-bootstrap: Update to 6.0.11.
    
    * gnu/packages/node.scm (llhttp-bootstrap): Update to 6.0.11.
---
 gnu/packages/node.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]