gnu: emacs-cmake-font-lock: Update to 0.1.13.
* gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock): Update to 0.1.13.
This commit is contained in:
parent
b7a02801e9
commit
2387d0cce4
1 changed files with 21 additions and 24 deletions
|
@ -27653,31 +27653,28 @@ indentation and a command to plot the file.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-cmake-font-lock
|
(define-public emacs-cmake-font-lock
|
||||||
;; Upstream does not tag commits. The commit hash below matches version
|
|
||||||
;; bump.
|
|
||||||
(let ((commit "0d6111b36a66013aa9b452e664c93308df3b07e1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-cmake-font-lock")
|
(name "emacs-cmake-font-lock")
|
||||||
(version "0.1.12")
|
(version "0.1.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Lindydancer/cmake-font-lock")
|
(url "https://github.com/Lindydancer/cmake-font-lock")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12ga8ri7v9r5y46pghk80ww27i7nhbrg0r3s2ina42drlkkliqj4"))))
|
"18kvs2yq6plw6lngs97wxl7qah5iwrnhq2q68aac9z8fpwq0vhz8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
|
||||||
(list emacs-faceup))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list #:include #~(cons "^admin\\/" %default-include)))
|
(list #:include #~(cons "^admin\\/" %default-include)))
|
||||||
|
(native-inputs
|
||||||
|
(list emacs-faceup))
|
||||||
(home-page "https://github.com/Lindydancer/cmake-font-lock")
|
(home-page "https://github.com/Lindydancer/cmake-font-lock")
|
||||||
(synopsis "Advanced type-aware syntax-highlighting for CMake")
|
(synopsis "Advanced type-aware syntax-highlighting for CMake")
|
||||||
(description "This package highlights function arguments in CMake
|
(description "This package highlights function arguments in CMake
|
||||||
according to their use.")
|
according to their use.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-detached
|
(define-public emacs-detached
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue