me
/
guix
Archived
1
0
Fork 0

gnu: emacs-dtrt-indent: Update to 1.9.

* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.9.
master
Nicolas Goaziou 2023-03-08 15:44:32 +01:00
parent 159f83e489
commit 212ce609a0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -27719,7 +27719,7 @@ interface to attach and interact with the processes.")
(define-public emacs-dtrt-indent
(package
(name "emacs-dtrt-indent")
(version "1.8")
(version "1.9")
(source (origin
(method git-fetch)
(uri (git-reference
@ -27728,7 +27728,7 @@ interface to attach and interact with the processes.")
(file-name (git-file-name name version))
(sha256
(base32
"16g4bv2py423l19n0kaz18a41wk5fsrpnqzifdss6amqh0dqyvmf"))))
"0rpl48rdmgi7rsv6kgl048vfafnfcqwmvb46ibm9z3wjxsmfg131"))))
(build-system emacs-build-system)
(home-page "https://github.com/jscheid/dtrt-indent")
(synopsis "Minor mode that guesses the indentation offset")