mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -17504,7 +17504,7 @@ (define-public emacs-emacsql-sqlite3
|
|||
(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 @@ (define-public emacs-closql
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xa9rzyfm6bfskm2mfckd7jwmjwcraky7vsp7yyrnrqfksrl5na8"))))
|
||||
"1s9riibws28xjn2bjn9qz3m2gvcmrn18b7g5y6am4sy7rgkx3nwx"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-emacsql))
|
||||
|
|
Loading…
Reference in a new issue