guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-emacsql-sqlite3: Update to 1.0.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-emacsql-sqlite3: Update to 1.0.2.
Date: Sun, 06 Dec 2020 06:18:28 -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 c1e7ec0  gnu: emacs-emacsql-sqlite3: Update to 1.0.2.
c1e7ec0 is described below

commit c1e7ec024315a518550ae3371d4848b4ecd20b7b
Author: Ryan Desfosses <rdes@protonmail.com>
AuthorDate: Fri Dec 4 23:15:29 2020 -0500

    gnu: emacs-emacsql-sqlite3: Update to 1.0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): Update to 1.0.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 828b9c8..e6d5590 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14514,7 +14514,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in 
the database.")
 (define-public emacs-emacsql-sqlite3
   (package
     (name "emacs-emacsql-sqlite3")
-    (version "1.0.1")
+    (version "1.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -14523,7 +14523,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in 
the database.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1yy9y27rckm776jnl2rh1fz3bh09690xwzq7102vlw7xkb9s7jhj"))))
+                "1jzvvsvi8jm2ws3y49nmpmwd3zlvf8j83rl2vwizd1aplwwdnmd6"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("ert-runner" ,emacs-ert-runner)))



reply via email to

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