guix-commits
[Top][All Lists]
Advanced

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

27/32: gnu: emacs-pg: Update to 0.30.


From: guix-commits
Subject: 27/32: gnu: emacs-pg: Update to 0.30.
Date: Sun, 17 Mar 2024 18:51:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e3927493e79231014d47021258d80599397266a2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 23:21:56 2024 +0100

    gnu: emacs-pg: Update to 0.30.
    
    * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.30.
    
    Change-Id: Idaed03212ee4e9e5465d79c0689592947e7f0c9d
---
 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 49c3f8d5ec..2b9cdfec74 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22863,7 +22863,7 @@ match and total match information in the mode-line in 
various search modes.")
 (define-public emacs-pg
   (package
     (name "emacs-pg")
-    (version "0.28")
+    (version "0.30")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url "https://github.com/emarsden/pg-el";)
@@ -22871,7 +22871,7 @@ match and total match information in the mode-line in 
various search modes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00sdvlb9ybyzncjijibw81mf3lhw5p40v7086cg18xvpa2qvzdfz"))))
+                "1g04izsnvxinbwvzx0sj643ix5jlwdd7dkl61nvaqkkkm3g35jp6"))))
     (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]