ngz pushed a commit to branch master
in repository guix.

commit 603d34e4b5722c31ed775cc188d8ee51ae6ebd7a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jul 21 16:01:20 2024 +0200

    gnu: emacs-jinx: Update to 1.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.9.
    
    Change-Id: Id3ff83539e8be6fcb9f87916fe49a9d02b422f62
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 64cc21b7e6..052aedb35e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11240,7 +11240,7 @@ sgml/html integration, and indentation (working with 
sgml).")
 (define-public emacs-jinx
   (package
     (name "emacs-jinx")
-    (version "1.8")
+    (version "1.9")
     (source
      (origin
        (method git-fetch)
@@ -11250,7 +11250,7 @@ sgml/html integration, and indentation (working with 
sgml).")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sdirjxi5gsmc1vbmkj494s54zcmf6xrl6lrdqjnqmlbgq8517nw"))))
+        (base32 "17bygyvllmmnngmbp8grs5nrngiy61c2kbyxykf1hgvmj4hqwkv8"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to