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