[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/23: gnu: emacs-pg: Update to 0.31.
From: |
guix-commits |
Subject: |
17/23: gnu: emacs-pg: Update to 0.31. |
Date: |
Sat, 6 Apr 2024 10:52:10 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f1ae6916ea2d034e422b982facf8acd00012bb53
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 6 14:50:34 2024 +0200
gnu: emacs-pg: Update to 0.31.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.31.
Change-Id: I93a4fe14c82831243688014e81e5ef17fa9a4976
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9802812964..b9a00e04fd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22926,7 +22926,7 @@ match and total match information in the mode-line in
various search modes.")
(define-public emacs-pg
(package
(name "emacs-pg")
- (version "0.30")
+ (version "0.31")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@@ -22934,7 +22934,7 @@ match and total match information in the mode-line in
various search modes.")
(file-name (git-file-name name version))
(sha256
(base32
- "1g04izsnvxinbwvzx0sj643ix5jlwdd7dkl61nvaqkkkm3g35jp6"))))
+ "0h9szmi1l76inr4706s2hpaldzvmnzw1dy7p2cm653pfr6gq8f6x"))))
(build-system emacs-build-system)
(home-page "https://github.com/emarsden/pg-el")
(synopsis "Emacs Lisp interface for PostgreSQL")
- 02/23: gnu: emacs-devdocs: Update to 0.6.1., (continued)
- 02/23: gnu: emacs-devdocs: Update to 0.6.1., guix-commits, 2024/04/06
- 09/23: gnu: emacs-gptel: Update to 0.8.5., guix-commits, 2024/04/06
- 13/23: gnu: emacs-mastodon: Update to 1.0.19., guix-commits, 2024/04/06
- 14/23: gnu: emacs-org-ql: Update to 0.8.6., guix-commits, 2024/04/06
- 18/23: gnu: emacs-robe: Update to 0.8.6., guix-commits, 2024/04/06
- 19/23: gnu: asymptote: Update to 2.89., guix-commits, 2024/04/06
- 16/23: gnu: emacs-package-lint: Update to 0.23., guix-commits, 2024/04/06
- 20/23: gnu: fet: Update to 6.19.0., guix-commits, 2024/04/06
- 22/23: gnu: chipmunk: Update to 7.0.3-1.d0239ef., guix-commits, 2024/04/06
- 12/23: gnu: emacs-marginalia: Update to 1.6., guix-commits, 2024/04/06
- 17/23: gnu: emacs-pg: Update to 0.31.,
guix-commits <=