gnu: p11-kit: Update to 0.23.21.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.21.
This commit is contained in:
		
							parent
							
								
									d7f578f8c2
								
							
						
					
					
						commit
						149d91814c
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -125,15 +125,14 @@ in intelligent transportation networks.") | |||
| (define-public p11-kit | ||||
|   (package | ||||
|     (name "p11-kit") | ||||
|     (version "0.23.20") | ||||
|     (version "0.23.21") | ||||
|     (source | ||||
|      (origin | ||||
|       (method url-fetch) | ||||
|       (uri (string-append "https://github.com/p11-glue/p11-kit/releases/" | ||||
|                           "download/" version "/p11-kit-" version ".tar.xz")) | ||||
|       (sha256 | ||||
|        (base32 | ||||
|         "0131maw666ha4d6iyj13fkz18c4pnb3lw2xwv5kvkmnzqcj61n0l")))) | ||||
|        (base32 "09q6n63qmqcdw6v0fwmhdmsqrcndnp5m9jvby1kxi82wy29s9fpi")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (native-inputs | ||||
|      `(("pkg-config" ,pkg-config))) | ||||
|  |  | |||
		Reference in a new issue