me
/
guix
Archived
1
0
Fork 0

gnu: emacs-pg: Update to 0.32.

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

Change-Id: I91c622e700e39ccd7c75ef517943dd47657c2d62
master
Nicolas Goaziou 2024-04-30 19:02:25 +02:00
parent ec6bbe108c
commit 3d70123503
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -23002,7 +23002,7 @@ match and total match information in the mode-line in various search modes.")
(define-public emacs-pg
(package
(name "emacs-pg")
(version "0.31")
(version "0.32")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@ -23010,7 +23010,7 @@ match and total match information in the mode-line in various search modes.")
(file-name (git-file-name name version))
(sha256
(base32
"0h9szmi1l76inr4706s2hpaldzvmnzw1dy7p2cm653pfr6gq8f6x"))))
"0m1pcabz5mxxxsk0ixw8388q9fkbydkj64mnzn371a9jxdl16b0v"))))
(build-system emacs-build-system)
(home-page "https://github.com/emarsden/pg-el")
(synopsis "Emacs Lisp interface for PostgreSQL")