gnu: emacs-pg: Update to 0.24.

* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.24.
This commit is contained in:
Nicolas Goaziou 2023-10-03 21:35:13 +02:00
parent 8463cc2efb
commit b6f274eeac
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22125,7 +22125,7 @@ (define-public emacs-evil-anzu
(define-public emacs-pg
(package
(name "emacs-pg")
(version "0.20")
(version "0.24")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@ -22133,7 +22133,7 @@ (define-public emacs-pg
(file-name (git-file-name name version))
(sha256
(base32
"0a38rvl5rwfb77p4xxmjhrs6s67pfkzjfm0pdxvf0b6xh7h404kh"))))
"0228yig42g3x79gj1yakgmsj119v0agzvyn888nq6qgcd04i1w0d"))))
(build-system emacs-build-system)
(home-page "https://github.com/emarsden/pg-el")
(synopsis "Emacs Lisp interface for PostgreSQL")