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


From: guix-commits
Subject: branch master updated: gnu: emacs-nov-el: Update to 0.3.0.
Date: Thu, 04 Jun 2020 09:01:52 -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 f0dab65  gnu: emacs-nov-el: Update to 0.3.0.
f0dab65 is described below

commit f0dab65663651a879882f975d5dd6824e8795e7d
Author: Simon South <simon@simonsouth.net>
AuthorDate: Wed Jun 3 21:22:21 2020 -0400

    gnu: emacs-nov-el: Update to 0.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.0.
    [home-page, source]: Use new upstream URIs.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dfdc40b..bf89f84 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12428,16 +12428,16 @@ the format.")
 (define-public emacs-nov-el
   (package
     (name "emacs-nov-el")
-    (version "0.2.9")
+    (version "0.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/wasamasa/nov.el.git";)
-                    (commit version)))
+                    (url "https://depp.brause.cc/nov.el.git";)
+                    (commit "ea0c835c1b5e6e70293f4bd64e9c89bdc42f8596")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0v01l1p35mcigixs6j4c5bpc7n7bd51kxa0p3l1xl0gr92774yq3"))))
+                "04phmm14ywgicjsl2bsg6w9rapd71vdkxdp5wp0brj6px27y85jz"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -12453,7 +12453,7 @@ the format.")
        ("emacs-esxml" ,emacs-esxml)))
     (inputs
      `(("unzip" ,unzip)))
-    (home-page "https://github.com/wasamasa/nov.el/";)
+    (home-page "https://depp.brause.cc/nov.el/";)
     (synopsis "Major mode for reading EPUBs in Emacs")
     (description "@code{nov.el} provides a major mode for reading EPUB
 documents.



reply via email to

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