diff options
| author | jgart <jgart@dismail.de> | 2026-04-09 18:20:39 -0400 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-04-09 18:20:51 -0400 |
| commit | b72edce4d388f1747bbc693118f3bf125f5ef8ae (patch) | |
| tree | 505b955f64cb0127924b852861554eb67a240a79 /gnu | |
| parent | 66256b0ecb0a154b6299f639de95c6c81dbd5d78 (diff) | |
gnu: emacs-pg: Update to 0.6.4.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.6.4.
Change-Id: I19a645a85957d6b6615d7ee866749a7f219dd67a
Diffstat (limited to 'gnu')
| -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 7ed045be4c..00ec9b2304 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28222,7 +28222,7 @@ match and total match information in the mode-line in various search modes.") (define-public emacs-pg (package (name "emacs-pg") - (version "0.63") + (version "0.6.4") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/emarsden/pg-el") @@ -28230,7 +28230,7 @@ match and total match information in the mode-line in various search modes.") (file-name (git-file-name name version)) (sha256 (base32 - "19hh45mlb4j6a3ys3wvivj0bm5xy5vjwscnvn68b656b5jk5himh")))) + "0w9a8y3s2dbmpqbbnxycxd38niqq2slzr26bfl4v1pfcm0w7skfz")))) (build-system emacs-build-system) (propagated-inputs (list emacs-peg)) (home-page "https://github.com/emarsden/pg-el") |
