This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f489c95939 gnu: emacs-pg: Update to 0.62.
f489c95939 is described below
commit f489c95939f5a6faf467a561ff8e7cf0c659cc93
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Jan 1 16:53:15 2026 +0100
gnu: emacs-pg: Update to 0.62.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.62.
Change-Id: I7651f8de784510600dad921fc841a0916ac9a779
---
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 ac47952fe9..732ba1cabc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27544,7 +27544,7 @@ match and total match information in the mode-line in
various search modes.")
(define-public emacs-pg
(package
(name "emacs-pg")
- (version "0.61")
+ (version "0.62")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@@ -27552,7 +27552,7 @@ match and total match information in the mode-line in
various search modes.")
(file-name (git-file-name name version))
(sha256
(base32
- "09fd0rc3fwxxsc9bdvnq0fy6ikp5ml5hadd7d8y8s7p6qz0k44zr"))))
+ "0fjzrn5b4s00km71ya98vwwfyvd4rvcywxdxqzy5xfrv8crm92w6"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(home-page "https://github.com/emarsden/pg-el")