gnu: emacs-cpreproc: Update to 1.0.1.

* gnu/packages/emacs-xyz.scm (emacs-cpreproc): Update to 1.0.1.

Change-Id: I061da151191c87039465addf9715929c01c9839a
This commit is contained in:
Nicolas Goaziou 2024-08-19 21:14:25 +02:00
parent bc58734746
commit 08f87148b7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -28710,7 +28710,7 @@ and @code{C++} files through the @code{ccls} language server.")
(define-public emacs-cpreproc (define-public emacs-cpreproc
(package (package
(name "emacs-cpreproc") (name "emacs-cpreproc")
(version "1.0.0") (version "1.0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -28719,7 +28719,7 @@ and @code{C++} files through the @code{ccls} language server.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"0n4lhj9bbnkbzvifrj9q6z3j7z6jqzkaa36y239cfxdcc7i86c1c")) "0y4zialcw46md14az08x75vnl4kg08shnhd8q4lxiqxnpl12da8c"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://sr.ht/~plattfot/cpreproc") (home-page "https://sr.ht/~plattfot/cpreproc")