diff options
| author | jgart <jgart@dismail.de> | 2026-04-01 11:50:58 -0400 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-04-05 10:21:49 -0400 |
| commit | 6287b5c33b6da4d38e804c616a9a652db4c88d77 (patch) | |
| tree | d8244993dd0008345571fe642a1bc1c71f5db00c /gnu/packages | |
| parent | 3247771a153dd376bcf8f21cf72be5f03491adc6 (diff) | |
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 <jgart@dismail.de>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d8f202b4581..7e79316e163 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") |
