1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: emacs-pg: Update to 0.54.

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

Change-Id: Ibaad6f779f1de72e39ee3a81ab0291266ee948b5
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-06-06 11:43:02 +02:00 committed by Liliana Marie Prikler
parent 641da1645e
commit 83c749fb0a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -26061,7 +26061,7 @@ match and total match information in the mode-line in various search modes.")
(define-public emacs-pg
(package
(name "emacs-pg")
(version "0.48")
(version "0.54")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@ -26069,7 +26069,7 @@ match and total match information in the mode-line in various search modes.")
(file-name (git-file-name name version))
(sha256
(base32
"0xgs49acgvjgjlrndx9gxajzh3aml0yn9dln94j51fr1knjwa441"))))
"0q7s0f1clqr57pifs0wz7kcws0i1gb824c0glrdpmjagax87w28v"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(home-page "https://github.com/emarsden/pg-el")