~ruther/guix-local

0faa08c33b9e8300a279ecbdb323217933151b34 — Nicolas Goaziou 6 months ago 7da331c
gnu: emacs-closql: Update to 2.3.0.

* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.3.0.

Change-Id: I8fe881abe0dcced6eeffa5601efc40b518b43893
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 26850,7 26850,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(define-public emacs-closql
  (package
    (name "emacs-closql")
    (version "2.2.1")
    (version "2.3.0")
    (source
     (origin
       (method git-fetch)


@@ 26860,7 26860,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
       (file-name (git-file-name name version))
       (sha256
        (base32
         "1gmad6gszy7imx3sq6s1sdkhgpmylp0c11p85ilz553cxyzv4n2r"))))
         "1vfanw02di8lgvbiijzbgm5rd8w1yzfd81srygacfbzp34diqvcy"))))
    (build-system emacs-build-system)
    (arguments (list #:tests? #f))      ; no tests
    (propagated-inputs