guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: emacs-sqlite3-api: Update to 0.18.


From: guix-commits
Subject: 05/18: gnu: emacs-sqlite3-api: Update to 0.18.
Date: Thu, 4 Jan 2024 06:11:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 2e8dba6c6c888f964e61d78188b958445920fad8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 11:39:03 2024 +0100

    gnu: emacs-sqlite3-api: Update to 0.18.
    
    * gnu/packages/emacs-xyz.scm (emacs-sqlite3-api): Update to 0.18.
    
    Change-Id: I75d0fb063c1684e2f69ce3904561f6dae17f3344
---
 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 8d8f0a6b4b..acb9b1e57e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8102,7 +8102,7 @@ It is not intended as a user interface.")
 (define-public emacs-sqlite3-api
   (package
     (name "emacs-sqlite3-api")
-    (version "0.17")
+    (version "0.18")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8111,7 +8111,7 @@ It is not intended as a user interface.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y36818nd47mzfi3xcp31nr8n0izzmdyiqfx9hgp7ag98rbm7wlx"))))
+                "1d1r65ybcf5idbs8sv0l3dna4l1wy3jba9dvv1kkz7zj6qhr48fs"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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