guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/25: gnu: emacs-pg: Update to 0.32.


From: guix-commits
Subject: 19/25: gnu: emacs-pg: Update to 0.32.
Date: Tue, 30 Apr 2024 13:17:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3d7012350328939b3229a496795d5dd0a2578447
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 30 19:02:25 2024 +0200

    gnu: emacs-pg: Update to 0.32.
    
    * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.32.
    
    Change-Id: I91c622e700e39ccd7c75ef517943dd47657c2d62
---
 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 9fa45c3809..262b096730 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]