guix-commits
[Top][All Lists]
Advanced

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

07/19: gnu: emacs-dtrt-indent: Update to 1.10.


From: guix-commits
Subject: 07/19: gnu: emacs-dtrt-indent: Update to 1.10.
Date: Sat, 24 Jun 2023 11:43:45 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b56445e4f58bf9bb4af9353f9b4a271128bb44e9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 24 15:30:37 2023 +0200

    gnu: emacs-dtrt-indent: Update to 1.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.10.
---
 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 7bf79d39c0..2723d05c82 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28673,7 +28673,7 @@ interface to attach and interact with the processes.")
 (define-public emacs-dtrt-indent
   (package
     (name "emacs-dtrt-indent")
-    (version "1.9")
+    (version "1.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -28682,7 +28682,7 @@ interface to attach and interact with the processes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rpl48rdmgi7rsv6kgl048vfafnfcqwmvb46ibm9z3wjxsmfg131"))))
+                "1r7mcsf9l7d5jrfq838620cy09xl3yj1ra264grx5jv4mhc1jijv"))))
     (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]