gnu: libpsl: Update to 0.21.0.
* gnu/packages/web.scm (libpsl): Update to 0.21.0.
This commit is contained in:
		
							parent
							
								
									11bab809e1
								
							
						
					
					
						commit
						111adbd338
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -853,7 +853,7 @@ for efficient socket-like bidirectional reliable communication channels.")
 | 
			
		|||
(define-public libpsl
 | 
			
		||||
  (package
 | 
			
		||||
    (name "libpsl")
 | 
			
		||||
    (version "0.20.2")
 | 
			
		||||
    (version "0.21.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://github.com/rockdaboot/libpsl/"
 | 
			
		||||
| 
						 | 
				
			
			@ -861,7 +861,7 @@ for efficient socket-like bidirectional reliable communication channels.")
 | 
			
		|||
                                  "/libpsl-" version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "03sn3fbcrmgl9x2f1gc6rbrdlbrnwbhrnkgi733gqb95cvmhmzgq"))))
 | 
			
		||||
                "04pfagb7ppq3yibx4lhazd1v9nwkxdfkyy2rgcrmrf3mldsirga1"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue