~ruther/guix-local

de3bbde5019b77667eacbbee11e63340cb8339e8 — Nicolas Goaziou 5 months ago 5515674
gnu: emacs-transient: Update to 0.10.1.

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.10.1.

Change-Id: Ic04aa03989cc91e8842396436545ee463dd10bf6
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
@@ 36160,7 36160,7 @@ as Emacs Lisp.")
(define-public emacs-transient
  (package
    (name "emacs-transient")
    (version "0.9.1")
    (version "0.10.1")
    (source
     (origin
       (method git-fetch)


@@ 36169,7 36169,7 @@ as Emacs Lisp.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "09fjb7cvlxjby1r2liqhp90naz0dcfc5m3d4578zyxzhayhpmc13"))))
        (base32 "0097px3gqvyjiv05bc1gzandfkncx5khhg34999r2a6ffj65xa68"))))
    (build-system emacs-build-system)
    (arguments
     `(#:tests? #f ;no test suite