gnu: emacs-puni: Update to 0-2.72e091ef.

* gnu/packages/emacs-xyz.scm (emacs-puni): Update to 0-2.72e091ef.

Change-Id: Ibf7f6665819c4a1d7d9046fa7e81b60e1ad53905
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Richard Sent 2024-09-06 12:30:29 -04:00 committed by Zheng Junjie
parent 71735eae4f
commit a99811d4dd
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -1244,8 +1244,8 @@ when typing parentheses directly or commenting out code line by line.")
(define-public emacs-puni
;; No tagged release upstream
(let ((commit "28836e98d5566172b1a94d7b38290d07b49201b2")
(revision "1"))
(let ((commit "72e091ef30e0c9299dbcd0bc4669ab9bb8fb6e47")
(revision "2"))
(package
(name "emacs-puni")
(version (git-version "0" revision commit))
@ -1257,7 +1257,7 @@ when typing parentheses directly or commenting out code line by line.")
(file-name (git-file-name name version))
(sha256
(base32
"1z35nzsqcp8q9nnka0d5gpiidl07qfqmd2giwnd3b3v7h3v1kwpz"))))
"1ns2r6nwakdnzjiq84qqzn85wwahc0k738awx9kxn9p0q2prpx5j"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-with-editor))
(home-page "https://github.com/AmaiKinono/puni")