ngz pushed a commit to branch master
in repository guix.

commit 08f87148b74bbbd291a7974f778c875fae9475ab
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 19 21:14:25 2024 +0200

    gnu: emacs-cpreproc: Update to 1.0.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-cpreproc): Update to 1.0.1.
    
    Change-Id: I061da151191c87039465addf9715929c01c9839a
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d54939b25e..8ed693929b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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";)

Reply via email to