guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-nov-el: Update to 0.3.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-nov-el: Update to 0.3.3.
Date: Sun, 20 Dec 2020 21:50:59 -0500

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

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e6ea02f  gnu: emacs-nov-el: Update to 0.3.3.
e6ea02f is described below

commit e6ea02ff89f3a0841ff9bbb7db971f2d19b31d7f
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Dec 20 20:50:44 2020 -0600

    gnu: emacs-nov-el: Update to 0.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.3.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index aa17c7b..b98e36c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14006,7 +14006,7 @@ the format.")
 (define-public emacs-nov-el
   (package
     (name "emacs-nov-el")
-    (version "0.3.1")
+    (version "0.3.3")
     (source
      (origin
        (method git-fetch)
@@ -14015,7 +14015,8 @@ the format.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13r7lvyyyv62m57m4s4xjs4qz2ckhqk6ib514px7qzc7mdzcz9i9"))))
+        (base32
+         "116klnjyggwfwvs9nqhpv97m00k63q6lg41ph41kywsqkfy42dlk"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases



reply via email to

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