me
/
guix
Archived
1
0
Fork 0

gnu: emacs-olivetti: Update to 1.11.4.

* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.11.4.
master
Nicolas Goaziou 2021-05-29 15:50:05 +02:00
parent 6f7b302755
commit c0ea8d84e5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3493,7 +3493,7 @@ a command.")
(define-public emacs-olivetti
(package
(name "emacs-olivetti")
(version "1.11.3")
(version "1.11.4")
(source
(origin
(method git-fetch)
@ -3502,7 +3502,7 @@ a command.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0zcph7l0hxisbvsyzb1dw3paq5a5sjp5lrq5nq9zggvgc6zvx7sh"))))
(base32 "1pw1zc0pdwwi9dv8fypfxgn6xbfvm88qzhss880lspialff1wcxn"))))
(build-system emacs-build-system)
(home-page "https://github.com/rnkn/olivetti")
(synopsis "Emacs minor mode for a nice writing environment")