gnu: emacs-pg: Update to 0.41.

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

Change-Id: Ica5d497614b31993c741b8717040085fa33f0028
This commit is contained in:
Nicolas Goaziou 2024-09-15 09:20:33 +02:00
parent 037f1d2b7a
commit e371f28803
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23718,7 +23718,7 @@ (define-public emacs-evil-anzu
(define-public emacs-pg
(package
(name "emacs-pg")
(version "0.39")
(version "0.41")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@ -23726,7 +23726,7 @@ (define-public emacs-pg
(file-name (git-file-name name version))
(sha256
(base32
"1b5dg04pd5s5pq71yc3isl312y1fw88pjvnk8bgjc1f06xhjlrj4"))))
"0vbg1fg82r4ka1i2awpnsxlyjihjhmy52pgbrkbkr3hzwc1xk48b"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(home-page "https://github.com/emarsden/pg-el")