guix-commits
[Top][All Lists]
Advanced

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

26/52: gnu: emacs-emacsql: Update to 4.0.3.


From: guix-commits
Subject: 26/52: gnu: emacs-emacsql: Update to 4.0.3.
Date: Sun, 15 Sep 2024 04:51:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 38556483306edf35660d209313e6720578f35fbd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 15 09:20:34 2024 +0200

    gnu: emacs-emacsql: Update to 4.0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 4.0.3.
    
    Change-Id: I6642d1153bb3d27263fe509218115ead95e5852a
---
 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 00adab6b7e..30418f363c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23765,7 +23765,7 @@ object has been freed.")
 (define-public emacs-emacsql
   (package
     (name "emacs-emacsql")
-    (version "4.0.1")
+    (version "4.0.3")
     (source
      (origin
        (method git-fetch)
@@ -23774,7 +23774,7 @@ object has been freed.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d7628rmb5wwvafrn3m3f8z3mb696wklwlcds71j8l5x782wh8hf"))))
+        (base32 "15nmp5dl2a1iyc99wlaywclnqsi2p34vgrp2x62671ccxnvzg8ii"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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