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


From: guix-commits
Subject: branch master updated: gnu: emacs-olivetti: Update to 2.0.4.
Date: Tue, 02 Nov 2021 07:31:03 -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 1e727e1  gnu: emacs-olivetti: Update to 2.0.4.
1e727e1 is described below

commit 1e727e1adb8f75b158f6e0a7eee2c91f4308f11b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 2 12:30:17 2021 +0100

    gnu: emacs-olivetti: Update to 2.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.4.
---
 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 3840a11..8e714e4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3798,7 +3798,7 @@ a command.")
 (define-public emacs-olivetti
   (package
     (name "emacs-olivetti")
-    (version "2.0.3")
+    (version "2.0.4")
     (source
      (origin
        (method git-fetch)
@@ -3807,7 +3807,7 @@ a command.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qhv4ah9bn1mjvivgxp7z1gf91d0cdr2ma5cy5xaja97ispa4l3z"))))
+        (base32 "0wc0rki4zvzdxs126g5c8d92h1vfn9slfkdx831rr9d0jx93wc7s"))))
     (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]