guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-parseedn: Update to 1.0.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-parseedn: Update to 1.0.6.
Date: Fri, 15 Oct 2021 04:54:29 -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 87d04cd  gnu: emacs-parseedn: Update to 1.0.6.
87d04cd is described below

commit 87d04cdd877492ce42b371d0c4822b2007eddc11
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 15 10:53:47 2021 +0200

    gnu: emacs-parseedn: Update to 1.0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.6.
---
 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 c88d321..77c7776 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27438,7 +27438,7 @@ data, including buffers, window configuration, 
variables, and more.")
 (define-public emacs-parseedn
   (package
     (name "emacs-parseedn")
-    (version "1.0.4")
+    (version "1.0.6")
     (source
      (origin
        (method git-fetch)
@@ -27447,7 +27447,7 @@ data, including buffers, window configuration, 
variables, and more.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1cz2bgaddlrcqzra8q50yh90rdl0kpyf5js2vxccdsq6ngr8bnmv"))))
+        (base32 "1xp2d42yvqkimb7a15bv89bj0124lljw9cb36g49m13d7ny4fafn"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-a" ,emacs-a)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]