me
/
guix
Archived
1
0
Fork 0

gnu: emacs-closql: Update to 1.2.1.

* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.2.1.
Nicolas Goaziou 2022-02-18 10:41:34 +01:00
parent f47125d286
commit ab961aa31c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17504,7 +17504,7 @@ official @command{sqlite3} executable to access SQL database.")
(define-public emacs-closql
(package
(name "emacs-closql")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method git-fetch)
@ -17514,7 +17514,7 @@ official @command{sqlite3} executable to access SQL database.")
(file-name (git-file-name name version))
(sha256
(base32
"1xa9rzyfm6bfskm2mfckd7jwmjwcraky7vsp7yyrnrqfksrl5na8"))))
"1s9riibws28xjn2bjn9qz3m2gvcmrn18b7g5y6am4sy7rgkx3nwx"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-emacsql))