guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-closql: Update to 1.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-closql: Update to 1.2.0.
Date: Tue, 28 Sep 2021 15:17:35 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2a9ddfc  gnu: emacs-closql: Update to 1.2.0.
2a9ddfc is described below

commit 2a9ddfc9e58df2eba324855621eb2c9103ee274a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 28 21:15:54 2021 +0200

    gnu: emacs-closql: Update to 1.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.2.0.
---
 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 c9f5029..f0c14a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16940,7 +16940,7 @@ official @command{sqlite3} executable to access SQL 
database.")
 (define-public emacs-closql
   (package
     (name "emacs-closql")
-    (version "1.0.6")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -16950,7 +16950,7 @@ official @command{sqlite3} executable to access SQL 
database.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1ghqxnn39i032ibm5sbnv67r2dd2hgfnfpqbmb8wzg9wc6smnacq"))))
+         "1xa9rzyfm6bfskm2mfckd7jwmjwcraky7vsp7yyrnrqfksrl5na8"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-emacsql" ,emacs-emacsql)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]