diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 09:29:04 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 10:34:29 +0100 |
commit | d8b44c561ad5575b0e786938a04483d945132644 (patch) | |
tree | 73b3bd32ef03b5a914c436c5b8821bd2f32d0663 | |
parent | ee2d2531ffe221a1d72c7368ff6f4fe310c02dae (diff) | |
download | guix-d8b44c561ad5575b0e786938a04483d945132644.tar.gz guix-d8b44c561ad5575b0e786938a04483d945132644.zip |
gnu: emacs-pg: Update to 0.48.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.48.
Change-Id: Idacc574b0661dabef21ee98e6dbd5f21952e6d2b
-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 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") |