guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-dtrt-indent: Update to 1.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-dtrt-indent: Update to 1.4.
Date: Wed, 17 Feb 2021 09:19:22 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 755fb2b  gnu: emacs-dtrt-indent: Update to 1.4.
755fb2b is described below

commit 755fb2bce32245bda468b366b587f881a012e007
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 15:18:52 2021 +0100

    gnu: emacs-dtrt-indent: Update to 1.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.4.
---
 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 48cbd61..c8e6fd8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21223,7 +21223,7 @@ according to their use.")
 (define-public emacs-dtrt-indent
   (package
     (name "emacs-dtrt-indent")
-    (version "1.2")
+    (version "1.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -21232,7 +21232,7 @@ according to their use.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0p5v5xwr0s59hv3s0f85byafphc85qv76g41crad9fhnxzab9rly"))))
+                "11r68sh3yrrfib7pixnazispwsffrygmgplffrv8qq57xrqzyxih"))))
     (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]