mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-olivetti: Update to 2.0.6.
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.6. Change-Id: I5008a1856c667d3f96a929dc2334b83fc788e71c
This commit is contained in:
parent
3e91ab1b5f
commit
cb78ad85be
1 changed files with 2 additions and 2 deletions
|
@ -6446,7 +6446,7 @@ or if you want to ensure that some modes have no ligatures at all.")
|
||||||
(define-public emacs-olivetti
|
(define-public emacs-olivetti
|
||||||
(package
|
(package
|
||||||
(name "emacs-olivetti")
|
(name "emacs-olivetti")
|
||||||
(version "2.0.5")
|
(version "2.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6455,7 +6455,7 @@ or if you want to ensure that some modes have no ligatures at all.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v5f0glp0ggmmzzhaxlijc58w4ip1nlik9lx7rcl6symsqcmqmq1"))))
|
(base32 "0ngafkirgfhcq8vkphwd9z4whxwlv62y17a9ihav8f31v5d4kbm1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/rnkn/olivetti")
|
(home-page "https://github.com/rnkn/olivetti")
|
||||||
(synopsis "Emacs minor mode for a nice writing environment")
|
(synopsis "Emacs minor mode for a nice writing environment")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue