guix-commits
[Top][All Lists]
Advanced

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

23/36: gnu: emacs-dtrt-indent: Update to 1.16.


From: guix-commits
Subject: 23/36: gnu: emacs-dtrt-indent: Update to 1.16.
Date: Sun, 21 Jan 2024 18:24:05 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 9a4ca3332f88702591dd895e2199967dd50dfdb5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:42:44 2024 +0100

    gnu: emacs-dtrt-indent: Update to 1.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.16.
    
    Change-Id: I55b98386433817c8423d8a7d4c868e3e27a16f46
---
 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 cd17a9b9ed..7ff69d9c14 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30058,7 +30058,7 @@ interface to attach and interact with the processes.")
 (define-public emacs-dtrt-indent
   (package
     (name "emacs-dtrt-indent")
-    (version "1.15")
+    (version "1.16")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -30067,7 +30067,7 @@ interface to attach and interact with the processes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vddrpplc7887gcfg7d52fv1nxv6sgn3w310gr06c6nfk3lwas9y"))))
+                "01jrnzbqgj8pimvrb8335vjly04r0bx67gvq7dvprnf72n49r4i7"))))
     (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]