guix-commits
[Top][All Lists]
Advanced

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

51/78: gnu: emacs-jinx: Update to 1.2.


From: guix-commits
Subject: 51/78: gnu: emacs-jinx: Update to 1.2.
Date: Fri, 23 Feb 2024 03:12:10 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 62105cde067bb35f124b8a1e9a975c156207d12a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 14:41:34 2024 +0100

    gnu: emacs-jinx: Update to 1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.2.
    
    Change-Id: I869d49f1468d29bc72b80da4efc06118b0349231
---
 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 9db645de70..4bec84f46d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10806,7 +10806,7 @@ sgml/html integration, and indentation (working with 
sgml).")
 (define-public emacs-jinx
   (package
     (name "emacs-jinx")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -10816,7 +10816,7 @@ sgml/html integration, and indentation (working with 
sgml).")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08ajkhpds3m8dk1m2h84vcn6pg5w6hbq55xyd50593kb012a2pmz"))))
+        (base32 "04avl356y0m0i1mqmzzz0245fxflj7i8ssicnvf4wmpjc0qdr694"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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