[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: emacs-adoc-mode: Update to 0.7.0.
From: |
guix-commits |
Subject: |
03/10: gnu: emacs-adoc-mode: Update to 0.7.0. |
Date: |
Fri, 10 Mar 2023 15:14:25 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit f1d38bfbe8fe30182887e992705b43d2f5427bf4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 10 18:42:57 2023 +0100
gnu: emacs-adoc-mode: Update to 0.7.0.
* gnu/packages/emacs-xyz.scm (emacs-adoc-mode): Update to 0.7.0.
[arguments]: Fix tests location.
---
gnu/packages/emacs-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c067fe16c..c0b0c96292 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25880,17 +25880,17 @@ and 'text viewing modes' respectively.")
(define-public emacs-adoc-mode
(package
(name "emacs-adoc-mode")
- (version "0.6.6")
+ (version "0.7.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/sensorflo/adoc-mode")
- (commit (string-append "V" version))))
+ (url "https://github.com/bbatsov/adoc-mode")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "0kp2aafjhqxz3mjr9hkkss85r4n51chws5a2qj1xzb63dh36liwm"))))
+ "0bp2i66a9gp41r7nvbx8f4s334gd7lwjdxi3qw5yhgaav6gk3bkc"))))
(build-system emacs-build-system)
(arguments
`(#:phases
@@ -25907,7 +25907,7 @@ and 'text viewing modes' respectively.")
(substitute* file
(((string-append "^\\(ert-deftest " test-name ".*")
all)
(string-append all "(skip-unless nil)\n")) ...)))))
- (disable-tests "adoc-mode-test.el"
+ (disable-tests "test/adoc-mode-test.el"
("adoctest-test-tempo-delimited-blocks"
"adoctest-test-tempo-macros"
"adoctest-test-tempo-paragraphs"
@@ -25916,7 +25916,7 @@ and 'text viewing modes' respectively.")
#t)))
#:tests? #t
#:test-command '("emacs" "-Q" "-batch"
- "-l" "adoc-mode-test.el"
+ "-l" "test/adoc-mode-test.el"
"-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs
(list emacs-markup-faces))
- branch master updated (f7682c2475 -> 8186dc2224), guix-commits, 2023/03/10
- 01/10: gnu: cataclysm-dda: Improve package style., guix-commits, 2023/03/10
- 02/10: gnu: cataclysm-dda: Update to 0.G., guix-commits, 2023/03/10
- 03/10: gnu: emacs-adoc-mode: Update to 0.7.0.,
guix-commits <=
- 05/10: gnu: emacs-buttercup: Update to 1.30., guix-commits, 2023/03/10
- 10/10: gnu: emacs-org-ql: Update to 0.7., guix-commits, 2023/03/10
- 04/10: gnu: emacs-adoc-mode: Improve package style., guix-commits, 2023/03/10
- 06/10: gnu: emacs-elisp-refs: Update to 1.5., guix-commits, 2023/03/10
- 09/10: gnu: emacs-org-journal: Run tests., guix-commits, 2023/03/10
- 08/10: gnu: emacs-org-journal: Update to 2.2.0., guix-commits, 2023/03/10
- 07/10: gnu: emacs-inspector: Update to 0.24., guix-commits, 2023/03/10