guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2a08912a9e82fdc2d89382c4487e075dc1131f50
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 10:05:04 2025 +0100
gnu: emacs-pg: Update to 0.61.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.61.
Change-Id: I8992cf00b20e100d250b666551c63a8aa013db90
---
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 8a1f8decd7..57f2fdb160 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27271,7 +27271,7 @@ match and total match information in the mode-line in
various search modes.")
(define-public emacs-pg
(package
(name "emacs-pg")
- (version "0.60")
+ (version "0.61")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@@ -27279,7 +27279,7 @@ match and total match information in the mode-line in
various search modes.")
(file-name (git-file-name name version))
(sha256
(base32
- "143np0qsfk73zzbkpvyj89x135rf9x957yl1wn5psz1x9hp2m195"))))
+ "09fd0rc3fwxxsc9bdvnq0fy6ikp5ml5hadd7d8y8s7p6qz0k44zr"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(home-page "https://github.com/emarsden/pg-el")