From 8699e8a94683cab9ddcae9a4bc7736e0e2edcf9a Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Sun, 4 Jan 2026 11:04:12 +0100 Subject: [PATCH] gnu: emacs-closql: Update to 2.4.0. * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.4.0. [propagated-inputs]: Add emacs-cond-let. [license]: Update. Change-Id: I3119d7f187e3e23308e67b8804f08b4fdbfb5c47 --- gnu/packages/emacs-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 46f5ecc12fa..c3f681d51e4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27674,7 +27674,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.") (define-public emacs-closql (package (name "emacs-closql") - (version "2.3.2") + (version "2.4.0") (source (origin (method git-fetch) @@ -27684,11 +27684,11 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.") (file-name (git-file-name name version)) (sha256 (base32 - "110xlykmgd77z908l54kws7qcgj9hk7r33zmbk13dabl3wf8yzzk")))) + "08zxrzwpsixcc9ma7zps21krm0fn7l97aawhhacn2yf1mjja0p5s")))) (build-system emacs-build-system) (arguments (list #:tests? #f)) ; no tests (propagated-inputs - (list emacs-compat emacs-emacsql)) + (list emacs-compat emacs-cond-let emacs-emacsql)) (home-page "https://github.com/emacscollective/closql") (synopsis "Store EIEIO objects using EmacSQL") (description @@ -27697,7 +27697,7 @@ database. SQLite is used as backend. This library imposes some restrictions on what kind of objects can be stored; it isn't intended to store arbitrary objects. All objects have to share a common superclass and subclasses cannot add any additional instance slots.") - (license license:gpl3))) + (license license:gpl3+))) (define-public emacs-sql-indent (package