guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: emacs-pg: Update to 0.20.


From: guix-commits
Subject: 05/06: gnu: emacs-pg: Update to 0.20.
Date: Tue, 13 Dec 2022 15:25:34 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7d570036f0be065f658edc31555c4fc4645a5300
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 13 16:38:17 2022 +0100

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