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


From: guix-commits
Subject: branch master updated: gnu: emacs-closql: Update to 1.0.5.
Date: Thu, 03 Jun 2021 08:45:55 -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 7668c2c  gnu: emacs-closql: Update to 1.0.5.
7668c2c is described below

commit 7668c2cbe89960d2d782fc4c9c8f3c5bc90208f1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jun 3 14:45:13 2021 +0200

    gnu: emacs-closql: Update to 1.0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.5.
---
 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 085160d..6449e93 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16086,7 +16086,7 @@ official @command{sqlite3} executable to access SQL 
database.")
 (define-public emacs-closql
   (package
     (name "emacs-closql")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method git-fetch)
@@ -16096,7 +16096,7 @@ official @command{sqlite3} executable to access SQL 
database.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "06j0sc6dx8f34wc8i7dzkp8jwvwnrpnl8i93vpc1qw0ih0jwa2zh"))))
+         "01l4w3wc7rm7mca8pbkyz0yrks4z8i00ppy5c4bmrnn6akf7h9ih"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-emacsql" ,emacs-emacsql)))



reply via email to

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