guix-commits
[Top][All Lists]
Advanced

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

40/78: gnu: emacs-dtrt-indent: Update to 1.17.


From: guix-commits
Subject: 40/78: gnu: emacs-dtrt-indent: Update to 1.17.
Date: Fri, 23 Feb 2024 03:12:07 -0500 (EST)

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

commit 43f3b514d8072f115e3455038f91991ba55a6ed7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 13:29:29 2024 +0100

    gnu: emacs-dtrt-indent: Update to 1.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.17.
    
    Change-Id: I11ffac4a989122170e91bdad2f47bf87ed4a1ae9
---
 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 a06bb20bb2..7b1cf3a5d9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30150,7 +30150,7 @@ interface to attach and interact with the processes.")
 (define-public emacs-dtrt-indent
   (package
     (name "emacs-dtrt-indent")
-    (version "1.16")
+    (version "1.17")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -30159,7 +30159,7 @@ interface to attach and interact with the processes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "01jrnzbqgj8pimvrb8335vjly04r0bx67gvq7dvprnf72n49r4i7"))))
+                "0mjdqzl5mbasix8awav2qp9367waycmbcjy07s53nhv2xpqam9la"))))
     (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]