me
/
guix
Archived
1
0
Fork 0

gnu: emacs-olivetti: Update to 1.11.3.

* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.11.3.
master
Nicolas Goaziou 2021-02-07 23:09:45 +01:00
parent d7fb9726a8
commit e278131298
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")