guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: http-parser: Update to 2.9.1.


From: guix-commits
Subject: 01/05: gnu: http-parser: Update to 2.9.1.
Date: Mon, 15 Apr 2019 19:01:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c11fcc6aa27db5f68aed807a6190143f4a156564
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 15 07:04:57 2019 +0200

    gnu: http-parser: Update to 2.9.1.
    
    * gnu/packages/web.scm (http-parser): Update to 2.9.1.
---
 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 894fa9b..a164048 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5154,7 +5154,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.9.0")
+    (version "2.9.1")
     (home-page "https://github.com/nodejs/http-parser";)
     (source (origin
               (method git-fetch)
@@ -5163,7 +5163,7 @@ into your tests.  It automatically starts up a HTTP 
server in a separate thread
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1qa3rh9x4as2fc2p0y2hah83iqs7jr5106a8anv317359dgf3ssj"))))
+                "12ilmjma6vmlm2kl23fx5pbi226x098gljgxpx3h2kmq8pg2lm28"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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