[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-clojure-mode: Update to 5.13.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-clojure-mode: Update to 5.13.0. |
Date: |
Sun, 09 May 2021 04:03:14 -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 abf3f8d gnu: emacs-clojure-mode: Update to 5.13.0.
abf3f8d is described below
commit abf3f8d04ec5cbfa637dc9d47aac8a92a5c53092
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 9 10:01:08 2021 +0200
gnu: emacs-clojure-mode: Update to 5.13.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.13.0.
[arguments]<#:phases>: Remove fix, now applied upstream.
---
gnu/packages/emacs-xyz.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c9b7dff..6eb0b20 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8578,7 +8578,7 @@ allowing unprefixed keys to insert their respective
characters as expected.")
(define-public emacs-clojure-mode
(package
(name "emacs-clojure-mode")
- (version "5.12.0")
+ (version "5.13.0")
(source
(origin
(method git-fetch)
@@ -8587,7 +8587,7 @@ allowing unprefixed keys to insert their respective
characters as expected.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "14ipfy9ji39pnb9x7bzjp8lyqyxk168fx017m823j7a2g9i0sgp3"))))
+ (base32 "1ikl29rygr1habcsglz07m4ihd4ivi732kkzg8q676ihf367wa9i"))))
(build-system emacs-build-system)
(native-inputs
`(("emacs-buttercup" ,emacs-buttercup)
@@ -8596,17 +8596,7 @@ allowing unprefixed keys to insert their respective
characters as expected.")
("emacs-s" ,emacs-s)))
(arguments
`(#:tests? #t
- #:test-command '("buttercup")
- #:phases
- (modify-phases %standard-phases
- (add-before 'check 'fix-tests
- ;; See: https://github.com/clojure-emacs/clojure-mode/issues/568
- (lambda _
- (substitute* "clojure-mode.el"
- (("\\(list \\(cdr project\\)\\)" line)
- (string-append "\"Return the list of directory roots of the
PROJECT.\"\n"
- line)))
- #t)))))
+ #:test-command '("buttercup")))
(home-page "https://github.com/clojure-emacs/clojure-mode")
(synopsis "Major mode for Clojure code")
(description
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-clojure-mode: Update to 5.13.0.,
guix-commits <=