mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-outline-indent: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-outline-indent): Update to 1.1.1. Change-Id: Idfb857bf0c893207a0cde4e8ef1e604c770f11c4
This commit is contained in:
parent
58f98fa32e
commit
d8b33746d5
1 changed files with 2 additions and 2 deletions
|
@ -32732,7 +32732,7 @@ convenient to edit foreign files.")
|
|||
(define-public emacs-outline-indent
|
||||
(package
|
||||
(name "emacs-outline-indent")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -32741,7 +32741,7 @@ convenient to edit foreign files.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m27vinajmdaks0qc9is4329z97g0avgrj1324hp87j55r87kx56"))))
|
||||
"1rndanc9gy62g3r0m4n56ad7nlb6smmm9fnfsv6mis69dxxbbk37"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Outline and code folding for indentation-based texts in Emacs")
|
||||
(description "This package provides a minor mode that enables code folding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue