Archived
1
0
Fork 0

gnu: emacs-pg: Update to 0.28.

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

Change-Id: I90555b85d72e57d78feb7bcc0bd84b302cf1f849
This commit is contained in:
Nicolas Goaziou 2024-02-22 15:20:21 +01:00
parent 1f2cd85fa1
commit 8df3e9f1f8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22777,7 +22777,7 @@ match and total match information in the mode-line in various search modes.")
(define-public emacs-pg (define-public emacs-pg
(package (package
(name "emacs-pg") (name "emacs-pg")
(version "0.27") (version "0.28")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el") (uri (git-reference (url "https://github.com/emarsden/pg-el")
@ -22785,7 +22785,7 @@ match and total match information in the mode-line in various search modes.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1dad9irnv3sppl3yfl5swdsf4f1z2fds7r1li3f1kphm37v6jn5g")))) "00sdvlb9ybyzncjijibw81mf3lhw5p40v7086cg18xvpa2qvzdfz"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/emarsden/pg-el") (home-page "https://github.com/emarsden/pg-el")
(synopsis "Emacs Lisp interface for PostgreSQL") (synopsis "Emacs Lisp interface for PostgreSQL")