gnu: emacs-pg: Update to 0.19.

* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.19.
This commit is contained in:
Nicolas Goaziou 2022-11-21 23:04:00 +01:00
parent 0a84c0e8ea
commit aa9e31809d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19364,7 +19364,7 @@ (define-public emacs-evil-anzu
(define-public emacs-pg
(package
(name "emacs-pg")
(version "0.16")
(version "0.19")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@ -19372,7 +19372,7 @@ (define-public emacs-pg
(file-name (git-file-name name version))
(sha256
(base32
"1jdnslpgdm16klaga02p33g7c8bjzg164kxz3jd7gs5v9gqa6ppz"))))
"13fkkpimhxh91hmsp551wzrdcic5ws7wj7vjwnh8l83hsrxmxz0y"))))
(build-system emacs-build-system)
(home-page "https://github.com/emarsden/pg-el")
(synopsis "Emacs Lisp interface for PostgreSQL")