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.
This commit is contained in:
Nicolas Goaziou 2021-05-09 10:01:08 +02:00
parent 407e0af6aa
commit abf3f8d04e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8578,7 +8578,7 @@ (define-public emacs-lpy
(define-public emacs-clojure-mode (define-public emacs-clojure-mode
(package (package
(name "emacs-clojure-mode") (name "emacs-clojure-mode")
(version "5.12.0") (version "5.13.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8587,7 +8587,7 @@ (define-public emacs-clojure-mode
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "14ipfy9ji39pnb9x7bzjp8lyqyxk168fx017m823j7a2g9i0sgp3")))) (base32 "1ikl29rygr1habcsglz07m4ihd4ivi732kkzg8q676ihf367wa9i"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(native-inputs (native-inputs
`(("emacs-buttercup" ,emacs-buttercup) `(("emacs-buttercup" ,emacs-buttercup)
@ -8596,17 +8596,7 @@ (define-public emacs-clojure-mode
("emacs-s" ,emacs-s))) ("emacs-s" ,emacs-s)))
(arguments (arguments
`(#:tests? #t `(#:tests? #t
#:test-command '("buttercup") #: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)))))
(home-page "https://github.com/clojure-emacs/clojure-mode") (home-page "https://github.com/clojure-emacs/clojure-mode")
(synopsis "Major mode for Clojure code") (synopsis "Major mode for Clojure code")
(description (description