gnu: gnutls: Update to 3.6.12.
* gnu/packages/tls.scm (gnutls): Update to 3.6.12.
This commit is contained in:
		
							parent
							
								
									3a22f04af1
								
							
						
					
					
						commit
						584d08c5c9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -163,7 +163,7 @@ living in the same process.")
 | 
				
			||||||
(define-public gnutls
 | 
					(define-public gnutls
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gnutls")
 | 
					    (name "gnutls")
 | 
				
			||||||
    (version "3.6.11.1")
 | 
					    (version "3.6.12")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri
 | 
					             (uri
 | 
				
			||||||
| 
						 | 
					@ -175,7 +175,7 @@ living in the same process.")
 | 
				
			||||||
             (patches (search-patches "gnutls-skip-trust-store-test.patch"))
 | 
					             (patches (search-patches "gnutls-skip-trust-store-test.patch"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1y1wadpsrj5ai603xv5bgssl9v0pb1si2hg14zqdnmcsvgri5fpv"))))
 | 
					               "0jvca1qahn9lrwv6f5kfs95icirc15b2a8x9fzczyj996ipg3b5z"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(; Ensure we don't keep a reference to this buggy software.
 | 
					     `(; Ensure we don't keep a reference to this buggy software.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue