gnu: gnupg: Update to 2.2.23 [security fixes].
No CVE assigned yet. See <https://dev.gnupg.org/T5050>. * gnu/packages/gnupg.scm (gnupg): Update to 2.2.23.
This commit is contained in:
		
							parent
							
								
									7596ae1034
								
							
						
					
					
						commit
						edb994d3a8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -254,7 +254,7 @@ compatible to GNU Pth.")
 | 
				
			||||||
(define-public gnupg
 | 
					(define-public gnupg
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gnupg")
 | 
					    (name "gnupg")
 | 
				
			||||||
    (version "2.2.22")
 | 
					    (version "2.2.23")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
 | 
					              (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
 | 
				
			||||||
| 
						 | 
					@ -262,7 +262,7 @@ compatible to GNU Pth.")
 | 
				
			||||||
              (patches (search-patches "gnupg-default-pinentry.patch"))
 | 
					              (patches (search-patches "gnupg-default-pinentry.patch"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0nw5iprr3mq3b2nsp4dvqwp0dailvswmgyz0qkcbj40rbrb704vw"))))
 | 
					                "0p6ss4f3vlkf91pmp27bmvfr5bdxxi0pb3dmxpqljglbsx4mxd8h"))))
 | 
				
			||||||
    (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