me
/
guix
Archived
1
0
Fork 0

gnu: emacs-tempel: Update to 1.1.

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

Change-Id: I25c49995426344926df15a2764099790924f7dd2
master
Nicolas Goaziou 2024-02-22 15:23:07 +01:00
parent ce401839d2
commit 182b30a414
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17909,7 +17909,7 @@ been adapted to also work with mu4e.")
(define-public emacs-tempel (define-public emacs-tempel
(package (package
(name "emacs-tempel") (name "emacs-tempel")
(version "1.0") (version "1.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -17918,7 +17918,7 @@ been adapted to also work with mu4e.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0f1z5p6vbbjsh7cn7hqhv4c6h4awczpf14sbwpzsnwqsxsfjdh34")))) "004jwmfj7ymdaml8rdzn8fhki8x8n4d0ziq52wn4nqm5y8n90pz5"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-compat)) (list emacs-compat))