1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: emacs-tempel: Update to 1.3.

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

Change-Id: Id0eff738f38432118a70ac0b4cf3b68d8cd6ae52
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:45 +01:00
parent c27e1b2153
commit fad37aeb07
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19318,7 +19318,7 @@ been adapted to also work with mu4e.")
(define-public emacs-tempel
(package
(name "emacs-tempel")
(version "1.2")
(version "1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -19327,7 +19327,7 @@ been adapted to also work with mu4e.")
(file-name (git-file-name name version))
(sha256
(base32
"1yyq59rkcqlqm6ra6wp98sqn823a7f2r8nabd1kffqq38rgfj1hr"))))
"0sh477bx437d3lz6v0m418bk1iwr3mjj8xf396qdi7kiiaic0drz"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))