gnu: emacs-pg: Update to 0.36.

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

Change-Id: I88fee173c945d1be8d1644d1b87d6eeb240fc0cf
This commit is contained in:
Nicolas Goaziou 2024-06-29 09:58:23 +02:00
parent cd8f0454ce
commit f724a8c662
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23169,7 +23169,7 @@ (define-public emacs-evil-anzu
(define-public emacs-pg
(package
(name "emacs-pg")
(version "0.35")
(version "0.36")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@ -23177,7 +23177,7 @@ (define-public emacs-pg
(file-name (git-file-name name version))
(sha256
(base32
"1ksr1crjl27s481xyr22wlj7i0ss3k5hp68zlzz2cfrl0a5fdsmv"))))
"17ymqf6jf359l3hrl4ayqj8bfskhdh282j230bxqc3ihf5vkzl77"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(home-page "https://github.com/emarsden/pg-el")