gnu: http-parser: Update to 2.8.1.
* gnu/packages/web.scm (http-parser): Update to 2.8.1.
This commit is contained in:
		
							parent
							
								
									9801a56e09
								
							
						
					
					
						commit
						17f93ba122
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5123,7 +5123,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.8.0")
 | 
					    (version "2.8.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/nodejs/http-parser/"
 | 
					              (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"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "17a7k3nxv2p1sp2x5d89wr51vk770753vz6qnlp2gz7nkgwwcxvj"))))
 | 
					                "15ids8k2f0xhnnxh4m85w2f78pg5ndiwrpl24kyssznnp1l5yqai"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "test"
 | 
					     `(#:test-target "test"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue