gnu: emacs-pg: Update to 0.48.

* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.48.

Change-Id: Idacc574b0661dabef21ee98e6dbd5f21952e6d2b
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:29:04 +01:00
parent ee2d2531ff
commit d8b44c561a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")