mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue