[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-dtrt-indent: Update to 1.8.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-dtrt-indent: Update to 1.8. |
Date: |
Sun, 31 Jul 2022 18:00:53 -0400 |
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 7c1010f326 gnu: emacs-dtrt-indent: Update to 1.8.
7c1010f326 is described below
commit 7c1010f3261fcb74ab9b7702f59443ad89031a2f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 1 00:00:00 2022 +0200
gnu: emacs-dtrt-indent: Update to 1.8.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.8.
---
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 bfc68a9180..217e90b8fb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24780,7 +24780,7 @@ well as providing an interface to attach and interact
with the processes.")
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
- (version "1.7")
+ (version "1.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -24789,7 +24789,7 @@ well as providing an interface to attach and interact
with the processes.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ihwmkxgbd0mgfvzisjiwvyypa9z21ckyxdnkf9y5lxywjyr39zh"))))
+ "16g4bv2py423l19n0kaz18a41wk5fsrpnqzifdss6amqh0dqyvmf"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-dtrt-indent: Update to 1.8.,
guix-commits <=