gnu: emacs-closql: Update to 2.0.0.

* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.0.0.
[propagated-inputs]: Add emacs-compat.

Change-Id: Icee132224b00e87ee979c7c61e530b04b79d38d5
This commit is contained in:
Nicolas Goaziou 2024-08-19 21:08:29 +02:00
parent 8065e8127d
commit 428b25d1ff
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23579,7 +23579,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(define-public emacs-closql
(package
(name "emacs-closql")
(version "1.2.1")
(version "2.0.0")
(source
(origin
(method git-fetch)
@ -23589,10 +23589,10 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(file-name (git-file-name name version))
(sha256
(base32
"1s9riibws28xjn2bjn9qz3m2gvcmrn18b7g5y6am4sy7rgkx3nwx"))))
"0fh7mvm2qcwkkmzpkagwzrsi11nm4laj2bvjdmyrv8pnmjigwwqw"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-emacsql))
(list emacs-compat emacs-emacsql))
(home-page "https://github.com/emacscollective/closql")
(synopsis "Store EIEIO objects using EmacSQL")
(description