gnu: emacs-olivetti: Update to 2.0.4.
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.4.master
parent
f66a09432d
commit
1e727e1adb
|
@ -3798,7 +3798,7 @@ a command.")
|
||||||
(define-public emacs-olivetti
|
(define-public emacs-olivetti
|
||||||
(package
|
(package
|
||||||
(name "emacs-olivetti")
|
(name "emacs-olivetti")
|
||||||
(version "2.0.3")
|
(version "2.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3807,7 +3807,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 "0qhv4ah9bn1mjvivgxp7z1gf91d0cdr2ma5cy5xaja97ispa4l3z"))))
|
(base32 "0wc0rki4zvzdxs126g5c8d92h1vfn9slfkdx831rr9d0jx93wc7s"))))
|
||||||
(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