gnu: emacs-olivetti: Update to 1.11.3.
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.11.3.master
parent
d7fb9726a8
commit
e278131298
|
@ -3166,7 +3166,7 @@ a command.")
|
||||||
(define-public emacs-olivetti
|
(define-public emacs-olivetti
|
||||||
(package
|
(package
|
||||||
(name "emacs-olivetti")
|
(name "emacs-olivetti")
|
||||||
(version "1.11.1")
|
(version "1.11.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3175,7 +3175,7 @@ a command.")
|
||||||
(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 "0rghxjdzyfykd4qc2zkavvbyf9xc899k1b8hbk890f1y3vakqvqz"))))
|
(base32 "0zcph7l0hxisbvsyzb1dw3paq5a5sjp5lrq5nq9zggvgc6zvx7sh"))))
|
||||||
(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 New Issue