gnu: emacs-closql: Update to 1.2.1.
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.2.1.
This commit is contained in:
parent
f47125d286
commit
ab961aa31c
@ -17504,7 +17504,7 @@ official @command{sqlite3} executable to access SQL database.")
|
|||||||
(define-public emacs-closql
|
(define-public emacs-closql
|
||||||
(package
|
(package
|
||||||
(name "emacs-closql")
|
(name "emacs-closql")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -17514,7 +17514,7 @@ official @command{sqlite3} executable to access SQL database.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xa9rzyfm6bfskm2mfckd7jwmjwcraky7vsp7yyrnrqfksrl5na8"))))
|
"1s9riibws28xjn2bjn9qz3m2gvcmrn18b7g5y6am4sy7rgkx3nwx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-emacsql))
|
(list emacs-emacsql))
|
||||||
|
Loading…
Reference in New Issue
Block a user