[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: emacs-nov-el: Update to 0.4.0 and use gexps.
From: |
guix-commits |
Subject: |
04/06: gnu: emacs-nov-el: Update to 0.4.0 and use gexps. |
Date: |
Tue, 4 Oct 2022 07:42:07 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7e9534150bb92b40f2f5315894eff23f4d82510a
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Oct 1 08:13:41 2022 +0200
gnu: emacs-nov-el: Update to 0.4.0 and use gexps.
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.4.0.
[arguments]: Use gexps.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 48d4e05bfc..a134ac594a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18558,7 +18558,7 @@ the format.")
(define-public emacs-nov-el
(package
(name "emacs-nov-el")
- (version "0.3.4")
+ (version "0.4.0")
(source
(origin
(method git-fetch)
@@ -18568,18 +18568,18 @@ the format.")
(file-name (git-file-name name version))
(sha256
(base32
- "0va9xjrq30cv5kb59a4rq5mcm83ggnv774r8spmskff3hj8012wf"))))
+ "10507fdfx02wb3j7g34w4ii8rgnjbmriq63ir6x1agf38s3i9p52"))))
(build-system emacs-build-system)
(arguments
- `(#:emacs ,emacs ;need libxml
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'embed-path-to-unzip
- (lambda _
- (substitute* "nov.el"
- (("\\(executable-find \"unzip\"\\)")
- (string-append "\"" (which "unzip") "\"")))
- #t)))))
+ (list
+ #:emacs emacs ;need libxml
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'embed-path-to-unzip
+ (lambda _
+ (substitute* "nov.el"
+ (("\\(executable-find \"unzip\"\\)")
+ (string-append "\"" (which "unzip") "\""))))))))
(propagated-inputs
(list emacs-dash emacs-esxml))
(inputs
- branch master updated (17134b9ec1 -> ba84c8c448), guix-commits, 2022/10/04
- 01/06: gnu: Add emacs-circadian., guix-commits, 2022/10/04
- 02/06: gnu: emacs-org-mime: Update to 0.3.2., guix-commits, 2022/10/04
- 05/06: gnu: emacs-lsp-mode: Update to 26c4d3e., guix-commits, 2022/10/04
- 06/06: gnu: augustus: Update to 3.2.0., guix-commits, 2022/10/04
- 04/06: gnu: emacs-nov-el: Update to 0.4.0 and use gexps.,
guix-commits <=
- 03/06: gnu: emacs-modus-themes: Update to 2.7.1., guix-commits, 2022/10/04