gnu: emacs-clojure-mode: Update to 5.19.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.19.0. Change-Id: I3157f718a8e26c117b44f14f1dc91538047a0089
This commit is contained in:
parent
647788ab9c
commit
b2b176e616
@ -13822,33 +13822,31 @@ allowing unprefixed keys to insert their respective characters as expected.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-clojure-mode
|
||||
(let ((commit "af0e518a6b86f2c6f32dfb30b99c067071ed5cd4")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-clojure-mode")
|
||||
(version (git-version "5.18.1" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/clojure-emacs/clojure-mode")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1wx3zgrwxywqk7f47idp2d09vjf557xf4l6p5a9xwqmpylnwaznh"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("buttercup")))
|
||||
(home-page "https://github.com/clojure-emacs/clojure-mode")
|
||||
(synopsis "Major mode for Clojure code")
|
||||
(description
|
||||
"This Emacs package provides font-lock, indentation, navigation and basic
|
||||
(package
|
||||
(name "emacs-clojure-mode")
|
||||
(version "5.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/clojure-emacs/clojure-mode")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0kv7jw1cg145zcy0pffjk9n2kkcgdn46nb2ny06ynadbivk2l4ds"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("buttercup")))
|
||||
(home-page "https://github.com/clojure-emacs/clojure-mode")
|
||||
(synopsis "Major mode for Clojure code")
|
||||
(description
|
||||
"This Emacs package provides font-lock, indentation, navigation and basic
|
||||
refactoring for the @uref{http://clojure.org, Clojure programming language}.
|
||||
It is recommended to use @code{clojure-mode} with Paredit or Smartparens.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-clj-deps-new
|
||||
(let ((commit "e1cf65eb040f5a2e9a3eca970044ba71cc53fb27")
|
||||
|
Loading…
Reference in New Issue
Block a user