mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05: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 @@ (define-public emacs-ccls
|
|||
(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 @@ (define-public emacs-cpreproc
|
|||
(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…
Reference in a new issue