mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-emacsql: Update to 3.1.1-2.efddd69.
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Update to commit efddd69. Change-Id: Ib9d025fd8bf040fe2458fa54ac40bd16f35795dd Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
fda8945978
commit
ef871bfb5a
1 changed files with 3 additions and 3 deletions
|
@ -23271,8 +23271,8 @@ (define-public emacs-finalize
|
|||
(license license:unlicense)))
|
||||
|
||||
(define-public emacs-emacsql
|
||||
(let ((commit "29194a63ede3ee24c7457c2fde03b0f1320ca4b1")
|
||||
(revision "1"))
|
||||
(let ((commit "efddd69c5e69214dbbe921fbf90f938501414894")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-emacsql")
|
||||
(version (git-version "3.1.1" revision commit))
|
||||
|
@ -23284,7 +23284,7 @@ (define-public emacs-emacsql
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14yj53xxqi3009bdj39k2fqwyc896yp2m7gdkgyv47wlkh1xwzxh"))))
|
||||
(base32 "1abwc7kzlmk6z68glnya6kxffrrqrhgpwrpzqpjc1l179gg1i1rg"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue