[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: emacs-puni: Update to 0-1.28836e98.
From: |
guix-commits |
Subject: |
04/04: gnu: emacs-puni: Update to 0-1.28836e98. |
Date: |
Sun, 16 Oct 2022 04:44:17 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 09bab971aa02ccc5f59c82a81b250d870879f073
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Oct 15 12:14:38 2022 +0200
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>
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1ca033877f..d007017b42 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -772,8 +772,8 @@ when typing parentheses directly or commenting out code
line by line.")
(define-public emacs-puni
;; No tagged release upstream
- (let ((commit "ed4a863460329a3019c286ff382e2ddc0ffdc9d7")
- (revision "0"))
+ (let ((commit "28836e98d5566172b1a94d7b38290d07b49201b2")
+ (revision "1"))
(package
(name "emacs-puni")
(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))
(sha256
(base32
- "14lcqf0qdkq2rklx12v12qpgfahz2bpqmnl3bzcz5myawgjjcphd"))))
+ "1z35nzsqcp8q9nnka0d5gpiidl07qfqmd2giwnd3b3v7h3v1kwpz"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-with-editor))
(home-page "https://github.com/AmaiKinono/puni")