gnu: nghttp3: Update to 1.2.0.
* gnu/packages/web.scm (nghttp3): Update to 1.2.0. [native-inputs]: Remove cunit. Change-Id: I802c0b7f11155afd8ce3b37a7fac2106fe61ccb4 Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
		
							parent
							
								
									d41e8843f6
								
							
						
					
					
						commit
						eeee279579
					
				
					 1 changed files with 3 additions and 5 deletions
				
			
		| 
						 | 
					@ -8231,7 +8231,7 @@ compressed JSON header blocks.
 | 
				
			||||||
(define-public nghttp3
 | 
					(define-public nghttp3
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "nghttp3")
 | 
					    (name "nghttp3")
 | 
				
			||||||
    (version "1.1.0")
 | 
					    (version "1.2.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -8240,12 +8240,10 @@ compressed JSON header blocks.
 | 
				
			||||||
                           "nghttp3-" version ".tar.gz"))
 | 
					                           "nghttp3-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1fzvadnwb03jlm180313gg5m4fg09qdcc67fwcfrv9zs22anaa55"))))
 | 
					         "0xfa3nbpv3d514ssjpxvizqmss8z330w9p0bp045w4qsyr1vkj8c"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config
 | 
					     (list pkg-config))
 | 
				
			||||||
           ;; Required by tests.
 | 
					 | 
				
			||||||
           cunit))
 | 
					 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
      #:configure-flags
 | 
					      #:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue