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


From: guix-commits
Subject: branch master updated: gnu: emacs-olivetti: Update to 2.0.2.
Date: Tue, 24 Aug 2021 05:15:27 -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 5552104  gnu: emacs-olivetti: Update to 2.0.2.
5552104 is described below

commit 5552104cd2d24da7e415e63c54be4f2046fc8c32
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 24 11:14:27 2021 +0200

    gnu: emacs-olivetti: Update to 2.0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.2.
---
 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 85fce1a..4794fba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3774,7 +3774,7 @@ a command.")
 (define-public emacs-olivetti
   (package
     (name "emacs-olivetti")
-    (version "2.0.1")
+    (version "2.0.2")
     (source
      (origin
        (method git-fetch)
@@ -3783,7 +3783,7 @@ a command.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0njkzd8x3wryyzd3czzk6f5w9jr7jly5l03ar706h77kpakd8z2y"))))
+        (base32 "0nx16w2d1wrqa5cgpbwqfy2al49b9nx2pr9zygiz5qa8jdlzw86l"))))
     (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]