gnu: subversion: Update to 1.7.18.
* gnu/packages/version-control.scm (subversion): Update to 1.7.18.
This commit is contained in:
		
							parent
							
								
									b9b8607824
								
							
						
					
					
						commit
						cb8b285adf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -294,14 +294,14 @@ property manipulation.")
 | 
			
		|||
(define-public subversion
 | 
			
		||||
  (package
 | 
			
		||||
    (name "subversion")
 | 
			
		||||
    (version "1.7.14")
 | 
			
		||||
    (version "1.7.18")
 | 
			
		||||
    (source (origin
 | 
			
		||||
             (method url-fetch)
 | 
			
		||||
             (uri (string-append "http://archive.apache.org/dist/subversion/subversion-"
 | 
			
		||||
                                 version ".tar.bz2"))
 | 
			
		||||
             (sha256
 | 
			
		||||
              (base32
 | 
			
		||||
               "038jbcpwm083abp0rvk0fhnx65kp9mz1qvzs3f83ig8fxcvqzb64"))))
 | 
			
		||||
               "06nrqnn3qq1hhskkcdbm0ilk2xv6ay2gyf2c7qvxp6xncb782wzn"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:phases (alist-cons-after
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue