gnu: rust-httparse-1: Update to 1.3.4.
* gnu/packages/crates-io.scm (rust-httparse-1): Update to 1.3.4. [arguments]: Do not skip build.
This commit is contained in:
		
							parent
							
								
									1352555d85
								
							
						
					
					
						commit
						912a34cd78
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -14188,7 +14188,7 @@ or response body.")
 | 
				
			||||||
(define-public rust-httparse-1
 | 
					(define-public rust-httparse-1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-httparse")
 | 
					    (name "rust-httparse")
 | 
				
			||||||
    (version "1.3.3")
 | 
					    (version "1.3.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -14197,11 +14197,10 @@ or response body.")
 | 
				
			||||||
        (string-append name "-" version ".tar.gz"))
 | 
					        (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "10vsfx1b8drhif08fbi0ha9d3v1f3h80w42rxh0y3hrvzl64nwz8"))))
 | 
					         "1yf23ldnjwfkkhkca7f4w15mky9961gjz28dlwyybhphc7l9l5yd"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:skip-build? #t
 | 
					     `(#:cargo-development-inputs
 | 
				
			||||||
       #:cargo-development-inputs
 | 
					 | 
				
			||||||
       (("rust-pico-sys" ,rust-pico-sys-0.0))))
 | 
					       (("rust-pico-sys" ,rust-pico-sys-0.0))))
 | 
				
			||||||
    (home-page "https://github.com/seanmonstar/httparse")
 | 
					    (home-page "https://github.com/seanmonstar/httparse")
 | 
				
			||||||
    (synopsis "Zero-copy HTTP/1.x parser")
 | 
					    (synopsis "Zero-copy HTTP/1.x parser")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue