summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-04 11:04:12 +0100
committerCayetano Santos <csantosb@inventati.org>2026-01-04 11:04:18 +0100
commit8699e8a94683cab9ddcae9a4bc7736e0e2edcf9a (patch)
tree122040bd2114d523f01d4104399d94b26f70d08c /gnu
parentec0e7a2481ef6d4bda0799d49e4a290c685a952b (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm8
1 files 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