gnu: emacs-pg: Update to 0.46.

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

Change-Id: I324b9f5f85fc90b0369f634d16390d73f8baf973
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:32:01 +01:00
parent 45bc36e7ad
commit 095848e2f5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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