gnu: tor: Update to 0.3.1.8.
* gnu/packages/tor.scm (tor): Update to 0.3.1.8.
This commit is contained in:
		
							parent
							
								
									65808ba4ec
								
							
						
					
					
						commit
						c61cac6902
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -45,14 +45,14 @@
 | 
				
			||||||
(define-public tor
 | 
					(define-public tor
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "tor")
 | 
					    (name "tor")
 | 
				
			||||||
    (version "0.3.1.7")
 | 
					    (version "0.3.1.8")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "https://dist.torproject.org/tor-"
 | 
					             (uri (string-append "https://dist.torproject.org/tor-"
 | 
				
			||||||
                                 version ".tar.gz"))
 | 
					                                 version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "13y0v4zfla0vziy9kkahmhrwylv32ianjikcr46mwbxvji4dvx8x"))))
 | 
					               "18dinpj03d036rashlad16lv7j2hba8gg742z07l37x5c242kxkx"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags (list "--enable-gcc-hardening"
 | 
					     `(#:configure-flags (list "--enable-gcc-hardening"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue