mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8a4959c343
commit
d22f1dd27d
1 changed files with 60 additions and 62 deletions
|
@ -23510,20 +23510,18 @@ object has been freed.")
|
|||
(license license:unlicense)))
|
||||
|
||||
(define-public emacs-emacsql
|
||||
(let ((commit "efddd69c5e69214dbbe921fbf90f938501414894")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-emacsql")
|
||||
(version (git-version "3.1.1" revision commit))
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/magit/emacsql")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1abwc7kzlmk6z68glnya6kxffrrqrhgpwrpzqpjc1l179gg1i1rg"))))
|
||||
(base32 "1d7628rmb5wwvafrn3m3f8z3mb696wklwlcds71j8l5x782wh8hf"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -23574,7 +23572,7 @@ object has been freed.")
|
|||
including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
|
||||
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.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-closql
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue