~ruther/guix-local

969490a45b66f8268485ba5ee02a646ed8532969 — Nicolas Goaziou 1 year, 10 months ago f8ef28b
gnu: emacs-tempel: Update to 1.2.

* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.2.

Change-Id: Iccf09485c828d87041139384d49a09e77aff728f
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
@@ 18591,7 18591,7 @@ been adapted to also work with mu4e.")
(define-public emacs-tempel
  (package
    (name "emacs-tempel")
    (version "1.1")
    (version "1.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 18600,7 18600,7 @@ been adapted to also work with mu4e.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "004jwmfj7ymdaml8rdzn8fhki8x8n4d0ziq52wn4nqm5y8n90pz5"))))
                "1yyq59rkcqlqm6ra6wp98sqn823a7f2r8nabd1kffqq38rgfj1hr"))))
    (build-system emacs-build-system)
    (propagated-inputs
     (list emacs-compat))