mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: emacs-emacsql-sqlite3: Update to 1.0.2-1.2113618.
* gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): Update to 1.0.2-1.2113618.
This commit is contained in:
parent
178ce335d6
commit
c7a0445655
1 changed files with 38 additions and 35 deletions
|
@ -21262,18 +21262,21 @@ (define-public emacs-emacsql
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-emacsql-sqlite3
|
||||
;; This commit contains changes necessary for Sqlite 3.38+.
|
||||
(let ((commit "2113618732665f2112cb932a66c0e89c404d8777")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-emacsql-sqlite3")
|
||||
(version "1.0.2")
|
||||
(version (git-version "1.0.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cireu/emacsql-sqlite3")
|
||||
(commit version)))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jzvvsvi8jm2ws3y49nmpmwd3zlvf8j83rl2vwizd1aplwwdnmd6"))))
|
||||
(base32 "0r8svrd0d4cflx8a8gkynnhafcpv3ksn9rds8dhyx5yibximbzsw"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
@ -21297,7 +21300,7 @@ (define-public emacs-emacsql-sqlite3
|
|||
(synopsis "EmacSQL backend for SQLite")
|
||||
(description "This is yet another EmacSQL backend for SQLite which uses
|
||||
official @command{sqlite3} executable to access SQL database.")
|
||||
(license license:gpl3+)))
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-closql
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue