guix-commits
[Top][All Lists]
Advanced

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

05/23: gnu: http-parser: Update to 2.9.0.


From: guix-commits
Subject: 05/23: gnu: http-parser: Update to 2.9.0.
Date: Sat, 12 Jan 2019 19:32:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 48a51af9d2c14e46ee073c6925e0d1b68e3292c9
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 2 23:34:06 2019 +0100

    gnu: http-parser: Update to 2.9.0.
    
    * gnu/packages/web.scm (http-parser): Update to 2.9.0.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 52da99c..1ea4333 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5074,7 +5074,7 @@ into your tests.  It automatically starts up a HTTP 
server in a separate thread
 (define-public http-parser
   (package
     (name "http-parser")
-    (version "2.8.1")
+    (version "2.9.0")
     (home-page "https://github.com/nodejs/http-parser";)
     (source (origin
               (method git-fetch)
@@ -5083,7 +5083,7 @@ into your tests.  It automatically starts up a HTTP 
server in a separate thread
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0d2ni77pdw51n6qf0pq2gkc78i6yvnaw3nds6ldgmqqndzp2yv31"))))
+                "1qa3rh9x4as2fc2p0y2hah83iqs7jr5106a8anv317359dgf3ssj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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