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

gnu: emacs-puni: Update to 0-3.f430f5b.

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

Change-Id: Ifd2cf463b0fa594ca5befc5e15958a84406edc2b
This commit is contained in:
Hilton Chain 2025-03-14 10:18:50 +08:00
parent c15f786f89
commit c0a34802e9
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -1429,8 +1429,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 "72e091ef30e0c9299dbcd0bc4669ab9bb8fb6e47") (let ((commit "f430f5b0a14c608176e3376058eb380ab0824621")
(revision "2")) (revision "3"))
(package (package
(name "emacs-puni") (name "emacs-puni")
(version (git-version "0" revision commit)) (version (git-version "0" revision commit))
@ -1442,7 +1442,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
"1ns2r6nwakdnzjiq84qqzn85wwahc0k738awx9kxn9p0q2prpx5j")))) "0kvxll2yx4lh5x04cigdizncp2kbva1iidz9fjnbi8qqfm6pq5qq"))))
(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")