guix-commits
[Top][All Lists]
Advanced

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

36/42: gnu: emacs-pg: Update to 0.24.


From: guix-commits
Subject: 36/42: gnu: emacs-pg: Update to 0.24.
Date: Tue, 3 Oct 2023 16:54:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b6f274eeacf686ea5fce06a0aa90b05e418ed3b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 21:35:13 2023 +0200

    gnu: emacs-pg: Update to 0.24.
    
    * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.24.
---
 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 359d57d43d..de2c2a6ace 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22125,7 +22125,7 @@ match and total match information in the mode-line in 
various search modes.")
 (define-public emacs-pg
   (package
     (name "emacs-pg")
-    (version "0.20")
+    (version "0.24")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url "https://github.com/emarsden/pg-el";)
@@ -22133,7 +22133,7 @@ match and total match information in the mode-line in 
various search modes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0a38rvl5rwfb77p4xxmjhrs6s67pfkzjfm0pdxvf0b6xh7h404kh"))))
+                "0228yig42g3x79gj1yakgmsj119v0agzvyn888nq6qgcd04i1w0d"))))
     (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]