mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
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:
parent
bc58734746
commit
08f87148b7
1 changed files with 2 additions and 2 deletions
|
@ -28710,7 +28710,7 @@ and @code{C++} files through the @code{ccls} language server.")
|
|||
(define-public emacs-cpreproc
|
||||
(package
|
||||
(name "emacs-cpreproc")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28719,7 +28719,7 @@ and @code{C++} files through the @code{ccls} language server.")
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0n4lhj9bbnkbzvifrj9q6z3j7z6jqzkaa36y239cfxdcc7i86c1c"))
|
||||
"0y4zialcw46md14az08x75vnl4kg08shnhd8q4lxiqxnpl12da8c"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://sr.ht/~plattfot/cpreproc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue