guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: emacs-jinx: Update to 1.0.


From: guix-commits
Subject: 07/11: gnu: emacs-jinx: Update to 1.0.
Date: Fri, 22 Dec 2023 11:50:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6bb96ac7675b397fc27b7720270175c5b7e99ce6
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Sat Dec 16 19:58:56 2023 +0100

    gnu: emacs-jinx: Update to 1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.0.
    
    Change-Id: I6dd54a220ba6c0bd466a83f7051bf8459cf2840a
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 77d49627fc..2802a339ff 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10647,7 +10647,7 @@ sgml/html integration, and indentation (working with 
sgml).")
 (define-public emacs-jinx
   (package
     (name "emacs-jinx")
-    (version "0.9")
+    (version "1.0")
     (source
      (origin
        (method git-fetch)
@@ -10657,8 +10657,7 @@ sgml/html integration, and indentation (working with 
sgml).")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0xayrqnsws2n2p0qbdl291fva4ljp3kqrr591xbq1wr6n95hfyn5"))))
+        (base32 "00rlp7iby02zd3sqigpyskph4a26r0dgp53y17hm4xjr6zqifhz5"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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