ngz pushed a commit to branch master
in repository guix.
commit d8b44c561ad5575b0e786938a04483d945132644
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 09:29:04 2025 +0100
gnu: emacs-pg: Update to 0.48.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.48.
Change-Id: Idacc574b0661dabef21ee98e6dbd5f21952e6d2b
---
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 7fd4a8058c..5abb8e2014 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24959,7 +24959,7 @@ match and total match information in the mode-line in
various search modes.")
(define-public emacs-pg
(package
(name "emacs-pg")
- (version "0.46")
+ (version "0.48")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@@ -24967,7 +24967,7 @@ match and total match information in the mode-line in
various search modes.")
(file-name (git-file-name name version))
(sha256
(base32
- "0i2ckljbfnc1sgjs14zpzppv1i1icidkrhzss3gkl7fj5wqgdqlh"))))
+ "0xgs49acgvjgjlrndx9gxajzh3aml0yn9dln94j51fr1knjwa441"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(home-page "https://github.com/emarsden/pg-el")