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 1.11.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-olivetti: Update to 1.11.3.
Date: Sun, 07 Feb 2021 17:10:20 -0500

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 e278131  gnu: emacs-olivetti: Update to 1.11.3.
e278131 is described below

commit e278131298d63714628b994e0872edf4184b29a6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 7 23:09:45 2021 +0100

    gnu: emacs-olivetti: Update to 1.11.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.11.3.
---
 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 b3af47f..6d7d469 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3166,7 +3166,7 @@ a command.")
 (define-public emacs-olivetti
   (package
     (name "emacs-olivetti")
-    (version "1.11.1")
+    (version "1.11.3")
     (source
      (origin
        (method git-fetch)
@@ -3175,7 +3175,7 @@ a command.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rghxjdzyfykd4qc2zkavvbyf9xc899k1b8hbk890f1y3vakqvqz"))))
+        (base32 "0zcph7l0hxisbvsyzb1dw3paq5a5sjp5lrq5nq9zggvgc6zvx7sh"))))
     (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]