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.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-closql: Update to 1.2.1.
Date: Fri, 18 Feb 2022 04:42:27 -0500

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 ab961aa31c gnu: emacs-closql: Update to 1.2.1.
ab961aa31c is described below

commit ab961aa31ce70f872434bd293a1ef03a9853bddb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 18 10:41:34 2022 +0100

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



reply via email to

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