[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-peg: Update to 0.10.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-peg: Update to 0.10.3. |
Date: |
Sun, 05 Dec 2021 08:20:58 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 21e2be5 gnu: emacs-peg: Update to 0.10.3.
21e2be5 is described below
commit 21e2be5968329e516fdeece57514f74c4ae1f29a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 5 14:20:16 2021 +0100
gnu: emacs-peg: Update to 0.10.3.
* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 0.10.3.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0051408..9b262a6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17682,7 +17682,7 @@ according to a parsing expression grammar.")
(define-public emacs-eldev
(package
(name "emacs-eldev")
- (version "0.10.1")
+ (version "0.10.3")
(source
(origin
(method git-fetch)
@@ -17691,7 +17691,7 @@ according to a parsing expression grammar.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0ff74scwmixyawsdypvix0cchsbp1d9ac95ym96b4f8hj5gijjms"))))
+ (base32 "1y8vz5grmlhln37lf93a3gxwh46ar0v3jj2dcvzkb36lqf1snq73"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-peg: Update to 0.10.3.,
guix-commits <=