~ruther/guix-local

017d9acffe7508e4f6515739fc84288c91848d56 — Nicolas Goaziou 6 months ago a63993c
gnu: emacs-closql: Update to 2.3.1.

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

Change-Id: Ib46687d6d9b3ad999c4fd658de028036070d9689
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
@@ 26911,7 26911,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(define-public emacs-closql
  (package
    (name "emacs-closql")
    (version "2.3.0")
    (version "2.3.1")
    (source
     (origin
       (method git-fetch)


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