gnu: emacs-fill-column-indicator: Update to 1.90.
* gnu/packages/emacs-xyz.scm (emacs-fill-column-indicator): Update to 1.90.
This commit is contained in:
parent
00895524ec
commit
12bf15ffe4
1 changed files with 3 additions and 3 deletions
|
@ -2682,16 +2682,16 @@ keep pressing the key until it selects what you want. There's also
|
||||||
(define-public emacs-fill-column-indicator
|
(define-public emacs-fill-column-indicator
|
||||||
(package
|
(package
|
||||||
(name "emacs-fill-column-indicator")
|
(name "emacs-fill-column-indicator")
|
||||||
(version "1.89")
|
(version "1.90")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/alpaker/Fill-Column-Indicator.git")
|
(url "https://github.com/alpaker/Fill-Column-Indicator.git")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "010kf8jsly74y7m6mmkn1h6y205kz23zphs50zgy2nag2p88rz9y"))))
|
(base32 "0snjznxdwwfdgccdcvrnk467416r244r2r5qcm2sga8l0ha9gw9z"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://www.emacswiki.org/emacs/FillColumnIndicator")
|
(home-page "https://www.emacswiki.org/emacs/FillColumnIndicator")
|
||||||
(synopsis "Graphically indicate the fill column")
|
(synopsis "Graphically indicate the fill column")
|
||||||
|
|
Reference in a new issue