This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7d223c3ce5 gnu: grammalecte: Update to 2.3.0.
7d223c3ce5 is described below

commit 7d223c3ce5f7ec6ba788d762e9747d60bfa5b5c1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 23 10:11:19 2025 +0100

    gnu: grammalecte: Update to 2.3.0.
    
    * gnu/packages/dictionaries.scm (grammalecte): Update to 2.3.0.
    [source]: Update location.
    
    Change-Id: Id5a9145102cdbf6f05b176e7f22e3ae5893b16a5
---
 gnu/packages/dictionaries.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index a71b852b6f..c71a5fc696 100644
--- a/gnu/packages/dictionaries.scm
+++ b/gnu/packages/dictionaries.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014-2016, 2018, 2021, 2024, 2025 Ludovic Courtès 
<[email protected]>
 ;;; Copyright © 2016-2018, 2020-2023, 2025 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2016 Sou Bunnbu <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2021 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2017-2019, 2021, 2025 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2018, 2019, 2020, 2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <[email protected]>
 ;;; Copyright © 2018 Arun Isaac <[email protected]>
@@ -411,14 +411,14 @@ It comes with a German-English dictionary with 
approximately 270,000 entries.")
 (define-public grammalecte
   (package
     (name "grammalecte")
-    (version "2.1.1")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch/zipbomb)
-       (uri (string-append "https://grammalecte.net/grammalecte/zip/";
+       (uri (string-append "https://grammalecte.net/zip/";
                            "Grammalecte-fr-v" version ".zip"))
        (sha256
-        (base32 "076jv3ywdgqqzg92bfbagc7ypy08xjq5zn4vgna6j9350fkfqhzn"))))
+        (base32 "0kv8h0116sfcrqnpd3jv2b098ychda7v27fciq1phxw50jbj395a"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f)) ;no tests provided with the project

Reply via email to