guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: http-parser: Update to 2.9.4.


From: guix-commits
Subject: 09/10: gnu: http-parser: Update to 2.9.4.
Date: Tue, 19 May 2020 23:57:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4d9e4801d2e5975702e957d1bb76dbeb90ea0e09
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed May 20 04:27:52 2020 +0200

    gnu: http-parser: Update to 2.9.4.
    
    * gnu/packages/web.scm (http-parser): Update to 2.9.4.
---
 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 3be0da6..285d2b3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5911,7 +5911,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.3")
+    (version "2.9.4")
     (home-page "https://github.com/nodejs/http-parser";)
     (source (origin
               (method git-fetch)
@@ -5934,7 +5934,7 @@ into your tests.  It automatically starts up a HTTP 
server in a separate thread
                     "0pbxf2nq9pcn299k2b2ls8ldghaqln9glnp79gi57mamx4iy0f6g")))))
               (sha256
                (base32
-                "189zi61vczqgmqjd2myjcjbbi5icrk7ccs0kn6nj8hxqiv5j3811"))))
+                "1vda4dp75pjf5fcph73sy0ifm3xrssrmf927qd1x8g3q46z0cv6c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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