gnu: http-parser: Update to 2.9.2.
* gnu/packages/web.scm (http-parser): Update to 2.9.2. [source](snippet): Remove.
This commit is contained in:
		
							parent
							
								
									76a2430847
								
							
						
					
					
						commit
						97b321a69c
					
				
					 1 changed files with 2 additions and 11 deletions
				
			
		| 
						 | 
					@ -5154,7 +5154,7 @@ into your tests.  It automatically starts up a HTTP server in a separate thread
 | 
				
			||||||
(define-public http-parser
 | 
					(define-public http-parser
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "http-parser")
 | 
					    (name "http-parser")
 | 
				
			||||||
    (version "2.9.1")
 | 
					    (version "2.9.2")
 | 
				
			||||||
    (home-page "https://github.com/nodejs/http-parser")
 | 
					    (home-page "https://github.com/nodejs/http-parser")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -5163,16 +5163,7 @@ into your tests.  It automatically starts up a HTTP server in a separate thread
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "12ilmjma6vmlm2kl23fx5pbi226x098gljgxpx3h2kmq8pg2lm28"))
 | 
					                "1qs6x3n2nrcj1wiik5pg5i16inykf7rcfdfdy7rwyzf40pvdl3c2"))))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					 | 
				
			||||||
              (snippet
 | 
					 | 
				
			||||||
               '(begin
 | 
					 | 
				
			||||||
                  ;; There are signedness errors that trigger on 32-bit
 | 
					 | 
				
			||||||
                  ;; platforms that trigger, and '-Werror' leads to build
 | 
					 | 
				
			||||||
                  ;; failures.
 | 
					 | 
				
			||||||
                  (substitute* "Makefile"
 | 
					 | 
				
			||||||
                    (("-Werror") ""))
 | 
					 | 
				
			||||||
                  #t))))
 | 
					 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "test"
 | 
					     `(#:test-target "test"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue