guix-commits
[Top][All Lists]
Advanced

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

33/36: gnu: emacs-pg: Update to 0.27.


From: guix-commits
Subject: 33/36: gnu: emacs-pg: Update to 0.27.
Date: Sun, 21 Jan 2024 18:24:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c3d8f39b5b0abc8f73f86c7f1247b997558131b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:58:38 2024 +0100

    gnu: emacs-pg: Update to 0.27.
    
    * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.27.
    
    Change-Id: I10c65f30e790d461c925352b993aa4dc3d6696dd
---
 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 d997317755..52bbdc52c4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22687,7 +22687,7 @@ match and total match information in the mode-line in 
various search modes.")
 (define-public emacs-pg
   (package
     (name "emacs-pg")
-    (version "0.24")
+    (version "0.27")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url "https://github.com/emarsden/pg-el";)
@@ -22695,7 +22695,7 @@ match and total match information in the mode-line in 
various search modes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0228yig42g3x79gj1yakgmsj119v0agzvyn888nq6qgcd04i1w0d"))))
+                "1dad9irnv3sppl3yfl5swdsf4f1z2fds7r1li3f1kphm37v6jn5g"))))
     (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]