guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: emacs-dtrt-indent: Update to 1.9.


From: guix-commits
Subject: 11/16: gnu: emacs-dtrt-indent: Update to 1.9.
Date: Wed, 8 Mar 2023 09:53:55 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 212ce609a02dc37c236972d0b7e02406a6c0ca39
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 8 15:44:32 2023 +0100

    gnu: emacs-dtrt-indent: Update to 1.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.9.
---
 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 d780ef43f6..b4c213e113 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27719,7 +27719,7 @@ interface to attach and interact with the processes.")
 (define-public emacs-dtrt-indent
   (package
     (name "emacs-dtrt-indent")
-    (version "1.8")
+    (version "1.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -27728,7 +27728,7 @@ interface to attach and interact with the processes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16g4bv2py423l19n0kaz18a41wk5fsrpnqzifdss6amqh0dqyvmf"))))
+                "0rpl48rdmgi7rsv6kgl048vfafnfcqwmvb46ibm9z3wjxsmfg131"))))
     (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]