guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-olivetti: Update to 2.0.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-olivetti: Update to 2.0.0.
Date: Fri, 06 Aug 2021 15:01:05 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c314465  gnu: emacs-olivetti: Update to 2.0.0.
c314465 is described below

commit c314465d744700fed29a898cd74e6bc6d2a27e9e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 6 21:00:35 2021 +0200

    gnu: emacs-olivetti: Update to 2.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eeb9270..2bf2e2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3748,7 +3748,7 @@ a command.")
 (define-public emacs-olivetti
   (package
     (name "emacs-olivetti")
-    (version "1.11.4")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -3757,7 +3757,7 @@ a command.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pw1zc0pdwwi9dv8fypfxgn6xbfvm88qzhss880lspialff1wcxn"))))
+        (base32 "0c0nkxik74p6s1pbf1l8pix5yy4xgnakqkwrrmf2ic1x1m4xv3hj"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/rnkn/olivetti";)
     (synopsis "Emacs minor mode for a nice writing environment")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]