From 017d9acffe7508e4f6515739fc84288c91848d56 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 29 Oct 2025 11:45:10 +0100 Subject: [PATCH] gnu: emacs-closql: Update to 2.3.1. * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.3.1. Change-Id: Ib46687d6d9b3ad999c4fd658de028036070d9689 --- 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 c0a72da986155e711ea17377f028e0c5e12dd820..6d04094a47ab5c8ab9caf3da66270830c93a8d4e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26911,7 +26911,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.") (define-public emacs-closql (package (name "emacs-closql") - (version "2.3.0") + (version "2.3.1") (source (origin (method git-fetch) @@ -26921,7 +26921,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.") (file-name (git-file-name name version)) (sha256 (base32 - "1vfanw02di8lgvbiijzbgm5rd8w1yzfd81srygacfbzp34diqvcy")))) + "0j2w719lv1zzwfanpqfa5lpgdvlnavb583ybipjxicki80x1g6jz")))) (build-system emacs-build-system) (arguments (list #:tests? #f)) ; no tests (propagated-inputs