gnu: lttoolbox: Update to 3.5.3.
* gnu/packages/dictionaries.scm (lttoolbox): Update to 3.5.3.
This commit is contained in:
		
							parent
							
								
									3b2cee7fca
								
							
						
					
					
						commit
						315b3d5a4a
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -304,15 +304,15 @@ translation engines from your terminal.")
 | 
				
			||||||
(define-public lttoolbox
 | 
					(define-public lttoolbox
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "lttoolbox")
 | 
					    (name "lttoolbox")
 | 
				
			||||||
    (version "3.5.1")
 | 
					    (version "3.5.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append
 | 
					       (uri (string-append
 | 
				
			||||||
             "https://github.com/apertium/lttoolbox/releases/download/v"
 | 
					             "https://github.com/apertium/lttoolbox/releases/download/v"
 | 
				
			||||||
             version "/lttoolbox-" version ".tar.gz"))
 | 
					             version "/lttoolbox-" version ".tar.bz2"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "14yyrkzyqlsrii3v3ggg4dyvwlrcqcqc0aprphz5781a44jsrcwz"))))
 | 
					        (base32 "109l91ailish1a3vya5zmfg3kb67cwyzl36ndnh8f59chsbm6n2f"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue