mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-olivetti: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.0.
This commit is contained in:
parent
df5096031b
commit
c314465d74
1 changed files with 2 additions and 2 deletions
|
@ -3748,7 +3748,7 @@ (define-public emacs-keyfreq
|
||||||
(define-public emacs-olivetti
|
(define-public emacs-olivetti
|
||||||
(package
|
(package
|
||||||
(name "emacs-olivetti")
|
(name "emacs-olivetti")
|
||||||
(version "1.11.4")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3757,7 +3757,7 @@ (define-public emacs-olivetti
|
||||||
(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 "1pw1zc0pdwwi9dv8fypfxgn6xbfvm88qzhss880lspialff1wcxn"))))
|
(base32 "0c0nkxik74p6s1pbf1l8pix5yy4xgnakqkwrrmf2ic1x1m4xv3hj"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue