gnu: libfilezilla: Update to 0.14.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.14.0.
This commit is contained in:
		
							parent
							
								
									a6798218be
								
							
						
					
					
						commit
						38aca674c3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -170,7 +170,7 @@ as required.")
 | 
				
			||||||
(define-public libfilezilla
 | 
					(define-public libfilezilla
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libfilezilla")
 | 
					    (name "libfilezilla")
 | 
				
			||||||
    (version "0.13.2")
 | 
					    (version "0.14.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -178,7 +178,7 @@ as required.")
 | 
				
			||||||
                           name "/" name "-" version ".tar.bz2"))
 | 
					                           name "/" name "-" version ".tar.bz2"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0z9cqscca4w94j9npgcknrrw8gfwn5ids903042fczlr977j0i19"))))
 | 
					         "15cfz98asypf9rfybv4c6kx8nk3wak7qlm1azldc0gd1nqm4xqvz"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("cppunit" ,cppunit)
 | 
					     `(("cppunit" ,cppunit)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue