[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: emacs-dtrt-indent: Update to 1.2.
From: |
guix-commits |
Subject: |
02/03: gnu: emacs-dtrt-indent: Update to 1.2. |
Date: |
Tue, 6 Oct 2020 04:07:35 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit 89ca634050a985e672beb10afb9cc0f3f06dce27
Author: Joseph LaFreniere <joseph@lafreniere.xyz>
AuthorDate: Sun Oct 4 13:58:06 2020 -0500
gnu: emacs-dtrt-indent: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
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 aa4d3b6..79ae76d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19784,7 +19784,7 @@ according to their use.")
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
- (version "0.8")
+ (version "1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -19793,7 +19793,7 @@ according to their use.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"))))
+ "0p5v5xwr0s59hv3s0f85byafphc85qv76g41crad9fhnxzab9rly"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")