[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-parseedn: Update to 1.0.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-parseedn: Update to 1.0.0. |
Date: |
Mon, 27 Sep 2021 17:13:05 -0400 |
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 1421d69 gnu: emacs-parseedn: Update to 1.0.0.
1421d69 is described below
commit 1421d69c4f2053f2ae0bec9e419b0a7d7e4baf50
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Sep 27 23:12:30 2021 +0200
gnu: emacs-parseedn: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.0.
---
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 53403cf..11f2b63 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27322,7 +27322,7 @@ data, including buffers, window configuration,
variables, and more.")
(define-public emacs-parseedn
(package
(name "emacs-parseedn")
- (version "0.2.0")
+ (version "1.0.0")
(source
(origin
(method git-fetch)
@@ -27332,7 +27332,7 @@ data, including buffers, window configuration,
variables, and more.")
(file-name (git-file-name name version))
(sha256
(base32
- "0271amhw63650rrzikcyqxa8sb42npnk7q3yrsay2v79wbqkdaw9"))))
+ "15rp708s46f86w8scd72pr7ikp87c69pzfybnslqbahw7s53lhpq"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-a" ,emacs-a)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-parseedn: Update to 1.0.0.,
guix-commits <=