mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
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:
parent
407e0af6aa
commit
abf3f8d04e
1 changed files with 3 additions and 13 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue