1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 20:40:40 +02:00

gnu: emacs-puni: Update to 0-1.28836e98.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2022-10-15 12:14:38 +02:00 committed by Nicolas Goaziou
commit 09bab971aa
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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