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

gnu: emacs-tempel: Update to 1.4.

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

Change-Id: I5104d025bc42a8f9011ce45d63292c5a45b1324a
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Cayetano Santos 2025-04-01 11:31:35 +02:00 committed by Ian Eure
parent 4d04d11f5a
commit f996c38b91
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -20213,7 +20213,7 @@ been adapted to also work with mu4e.")
(define-public emacs-tempel
(package
(name "emacs-tempel")
(version "1.3")
(version "1.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -20222,8 +20222,11 @@ been adapted to also work with mu4e.")
(file-name (git-file-name name version))
(sha256
(base32
"0sh477bx437d3lz6v0m418bk1iwr3mjj8xf396qdi7kiiaic0drz"))))
"1dlrcdyj0l4hbk0xhb3yj88naq4m76n5hfd180qqwjpc83g9fqs3"))))
(build-system emacs-build-system)
(arguments
;; no tests
`(#:tests? #f))
(propagated-inputs
(list emacs-compat))
(home-page "https://github.com/minad/tempel")