guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-pg: Update to 0.19.


From: guix-commits
Subject: 04/05: gnu: emacs-pg: Update to 0.19.
Date: Mon, 21 Nov 2022 17:12:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit aa9e31809d5127fb917f66644b9ad5d64ea95558
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Nov 21 23:04:00 2022 +0100

    gnu: emacs-pg: Update to 0.19.
    
    * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.19.
---
 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 bcaa313932..f5673aa59f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19364,7 +19364,7 @@ match and total match information in the mode-line in 
various search modes.")
 (define-public emacs-pg
   (package
     (name "emacs-pg")
-    (version "0.16")
+    (version "0.19")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url "https://github.com/emarsden/pg-el";)
@@ -19372,7 +19372,7 @@ match and total match information in the mode-line in 
various search modes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jdnslpgdm16klaga02p33g7c8bjzg164kxz3jd7gs5v9gqa6ppz"))))
+                "13fkkpimhxh91hmsp551wzrdcic5ws7wj7vjwnh8l83hsrxmxz0y"))))
     (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]