guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: http-parser: Update to 2.8.1.


From: Marius Bakke
Subject: 03/04: gnu: http-parser: Update to 2.8.1.
Date: Sun, 8 Apr 2018 16:34:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 17f93ba1223257ac6352e7d40bf7bb99b23d0b97
Author: Marius Bakke <address@hidden>
Date:   Sat Apr 7 03:27:17 2018 +0200

    gnu: http-parser: Update to 2.8.1.
    
    * gnu/packages/web.scm (http-parser): Update to 2.8.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 f321343..2f56585 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5123,7 +5123,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.0")
+    (version "2.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/nodejs/http-parser/";
@@ -5131,7 +5131,7 @@ into your tests.  It automatically starts up a HTTP 
server in a separate thread
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "17a7k3nxv2p1sp2x5d89wr51vk770753vz6qnlp2gz7nkgwwcxvj"))))
+                "15ids8k2f0xhnnxh4m85w2f78pg5ndiwrpl24kyssznnp1l5yqai"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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