gnu: emacs-cmake-font-lock: Update to 0.1.12.

* gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock): Update to 0.1.12.
This commit is contained in:
Nicolas Goaziou 2022-02-28 11:18:05 +01:00
parent 08d5b540fa
commit 600125132f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23939,11 +23939,12 @@ (define-public emacs-mkmcc-gnuplot-mode
(license license:gpl3+)))
(define-public emacs-cmake-font-lock
(let ((commit "e0ceaaae19c13b66f781512e3295bfc6707b56f4")
(revision "1"))
;; Upstream does not tag commits. The commit hash below matches version
;; bump.
(let ((commit "0d6111b36a66013aa9b452e664c93308df3b07e1"))
(package
(name "emacs-cmake-font-lock")
(version (git-version "0.1.5" revision commit))
(version "0.1.12")
(source (origin
(method git-fetch)
(uri (git-reference
@ -23952,7 +23953,7 @@ (define-public emacs-cmake-font-lock
(file-name (git-file-name name version))
(sha256
(base32
"03gsyn95dlmsn15bl353bphi3qy7ccn5bss3f7n97kf38bllh0yf"))))
"12ga8ri7v9r5y46pghk80ww27i7nhbrg0r3s2ina42drlkkliqj4"))))
(build-system emacs-build-system)
(native-inputs
(list emacs-faceup))