guix-commits
[Top][All Lists]
Advanced

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

20/44: gnu: emacs-dtrt-indent: Update to 1.14.


From: guix-commits
Subject: 20/44: gnu: emacs-dtrt-indent: Update to 1.14.
Date: Fri, 1 Sep 2023 16:23:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9c08dad5564346d2eb6aeb111c00f8ea8f87ba96
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:43:33 2023 +0200

    gnu: emacs-dtrt-indent: Update to 1.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.14.
---
 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 101783d99d..213629fb36 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29198,7 +29198,7 @@ interface to attach and interact with the processes.")
 (define-public emacs-dtrt-indent
   (package
     (name "emacs-dtrt-indent")
-    (version "1.11")
+    (version "1.14")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -29207,7 +29207,7 @@ interface to attach and interact with the processes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "037n2ihdgzigwvc4wsls1gwrqkkkpd00pk0s1j2m0212n4gxiaq8"))))
+                "19a1zsgipw2klwkjq8cxcjrv0lwfkgvyw57ixs43bxhfr315jfrm"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/jscheid/dtrt-indent";)
     (synopsis "Minor mode that guesses the indentation offset")



reply via email to

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