gnu: emacs-pg: Update to 0.39.

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

Change-Id: I7727ac80bedc14edd83328ebd0a3a4b83744b1a7
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:15:48 +02:00
parent 77e0b3d85b
commit acc0ec7a93
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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