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:
Nicolas Goaziou 2020-10-04 11:45:26 +02:00
parent 22b7b79fa0
commit 3ade226fd1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2880,16 +2880,16 @@ (define-public emacs-keyfreq
(define-public emacs-olivetti
(package
(name "emacs-olivetti")
(version "1.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/rnkn/olivetti")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1fbj9s49y5yx5i429awv9rybacfgvhwp7v5h0zw67bpgx4qs44pa"))))
(version "1.11.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/rnkn/olivetti")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0rghxjdzyfykd4qc2zkavvbyf9xc899k1b8hbk890f1y3vakqvqz"))))
(build-system emacs-build-system)
(home-page "https://github.com/rnkn/olivetti")
(synopsis "Emacs minor mode for a nice writing environment")