guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/53: gnu: emacs-jinx: Update to 1.1.


From: guix-commits
Subject: 33/53: gnu: emacs-jinx: Update to 1.1.
Date: Mon, 1 Jan 2024 20:26:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 2c5cf24680e1e1683992e09a3eff521efcc0381a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:08:19 2024 +0100

    gnu: emacs-jinx: Update to 1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.1.
    
    Change-Id: I58919dd335a7f93339b362e95fc99449e80d2c31
---
 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 8aa64b319d..e23bd9b9f0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10650,7 +10650,7 @@ sgml/html integration, and indentation (working with 
sgml).")
 (define-public emacs-jinx
   (package
     (name "emacs-jinx")
-    (version "1.0")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -10660,7 +10660,7 @@ sgml/html integration, and indentation (working with 
sgml).")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00rlp7iby02zd3sqigpyskph4a26r0dgp53y17hm4xjr6zqifhz5"))))
+        (base32 "08ajkhpds3m8dk1m2h84vcn6pg5w6hbq55xyd50593kb012a2pmz"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]