guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 83c749fb0a562ae193ecb2d880bc9aecf492878a
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jun 6 11:43:02 2025 +0200
gnu: emacs-pg: Update to 0.54.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.54.
Change-Id: Ibaad6f779f1de72e39ee3a81ab0291266ee948b5
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
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 b3e2e20eb4..4a53af0803 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26061,7 +26061,7 @@ match and total match information in the mode-line in
various search modes.")
(define-public emacs-pg
(package
(name "emacs-pg")
- (version "0.48")
+ (version "0.54")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@@ -26069,7 +26069,7 @@ match and total match information in the mode-line in
various search modes.")
(file-name (git-file-name name version))
(sha256
(base32
- "0xgs49acgvjgjlrndx9gxajzh3aml0yn9dln94j51fr1knjwa441"))))
+ "0q7s0f1clqr57pifs0wz7kcws0i1gb824c0glrdpmjagax87w28v"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(home-page "https://github.com/emarsden/pg-el")