gnu: grammalecte: Update to 1.11.0.
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.11.0.
This commit is contained in:
		
							parent
							
								
									16148623f1
								
							
						
					
					
						commit
						32e75c78f8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -205,14 +205,14 @@ It comes with a German-English dictionary with approximately 270,000 entries.")
 | 
				
			||||||
(define-public grammalecte
 | 
					(define-public grammalecte
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "grammalecte")
 | 
					    (name "grammalecte")
 | 
				
			||||||
    (version "1.10.0")
 | 
					    (version "1.11.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch/zipbomb)
 | 
					       (method url-fetch/zipbomb)
 | 
				
			||||||
       (uri (string-append "https://grammalecte.net/grammalecte/zip/"
 | 
					       (uri (string-append "https://grammalecte.net/grammalecte/zip/"
 | 
				
			||||||
                           "Grammalecte-fr-v" version ".zip"))
 | 
					                           "Grammalecte-fr-v" version ".zip"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0lyngnvg995qdm9bhqj8vd8aywpcdqmzv3j4j77wxhsfa9k0pz08"))))
 | 
					        (base32 "1zsn10y0894l3c3cnji4x3j8064k1kprfz87ibdv89divimhykjj"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (home-page "https://grammalecte.net")
 | 
					    (home-page "https://grammalecte.net")
 | 
				
			||||||
    (synopsis "French spelling and grammar checker")
 | 
					    (synopsis "French spelling and grammar checker")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue