gnu: emacs-emacsql: Update to 4.0.1.

* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to 4.0.1.

Change-Id: Id92b93a77c5dec1dd96f76cc210f45e3f0499ddd
This commit is contained in:
Nicolas Goaziou 2024-08-19 21:23:31 +02:00
parent 8a4959c343
commit d22f1dd27d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23510,20 +23510,18 @@ object has been freed.")
(license license:unlicense))) (license license:unlicense)))
(define-public emacs-emacsql (define-public emacs-emacsql
(let ((commit "efddd69c5e69214dbbe921fbf90f938501414894")
(revision "2"))
(package (package
(name "emacs-emacsql") (name "emacs-emacsql")
(version (git-version "3.1.1" revision commit)) (version "4.0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/magit/emacsql") (url "https://github.com/magit/emacsql")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1abwc7kzlmk6z68glnya6kxffrrqrhgpwrpzqpjc1l179gg1i1rg")))) (base32 "1d7628rmb5wwvafrn3m3f8z3mb696wklwlcds71j8l5x782wh8hf"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
@ -23574,7 +23572,7 @@ object has been freed.")
including numbers, strings, symbols, lists, vectors, and closures. EmacSQL including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
has no concept of @code{TEXT} values; it's all just Lisp objects. The Lisp has no concept of @code{TEXT} values; it's all just Lisp objects. The Lisp
object @code{nil} corresponds 1:1 with @code{NULL} in the database.") object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-closql (define-public emacs-closql
(package (package