From 6287b5c33b6da4d38e804c616a9a652db4c88d77 Mon Sep 17 00:00:00 2001 From: jgart Date: Wed, 1 Apr 2026 11:50:58 -0400 Subject: [PATCH] gnu: emacs-pg: Update to 0.63. * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.63. Change-Id: I5cc3114e93557f0777a4383c2c7aea9ba4aa8f62 Signed-off-by: jgart --- 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 d8f202b458..7e79316e16 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28143,7 +28143,7 @@ match and total match information in the mode-line in various search modes.") (define-public emacs-pg (package (name "emacs-pg") - (version "0.62") + (version "0.63") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/emarsden/pg-el") @@ -28151,7 +28151,7 @@ match and total match information in the mode-line in various search modes.") (file-name (git-file-name name version)) (sha256 (base32 - "0fjzrn5b4s00km71ya98vwwfyvd4rvcywxdxqzy5xfrv8crm92w6")))) + "19hh45mlb4j6a3ys3wvivj0bm5xy5vjwscnvn68b656b5jk5himh")))) (build-system emacs-build-system) (propagated-inputs (list emacs-peg)) (home-page "https://github.com/emarsden/pg-el")