gnu: emacs-olivetti: Update to 1.11.1.
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.11.1.
This commit is contained in:
parent
22b7b79fa0
commit
3ade226fd1
1 changed files with 10 additions and 10 deletions
|
@ -2880,16 +2880,16 @@ a command.")
|
||||||
(define-public emacs-olivetti
|
(define-public emacs-olivetti
|
||||||
(package
|
(package
|
||||||
(name "emacs-olivetti")
|
(name "emacs-olivetti")
|
||||||
(version "1.8.1")
|
(version "1.11.1")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/rnkn/olivetti")
|
(url "https://github.com/rnkn/olivetti")
|
||||||
(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
|
(base32 "0rghxjdzyfykd4qc2zkavvbyf9xc899k1b8hbk890f1y3vakqvqz"))))
|
||||||
"1fbj9s49y5yx5i429awv9rybacfgvhwp7v5h0zw67bpgx4qs44pa"))))
|
|
||||||
(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")
|
||||||
|
|
Reference in a new issue