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.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-parseedn: Update to 1.0.4.
Date: Fri, 01 Oct 2021 04:29:49 -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 8be41a0  gnu: emacs-parseedn: Update to 1.0.4.
8be41a0 is described below

commit 8be41a07ade1672d89e9e25b04f4649ccac99f59
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 1 10:29:17 2021 +0200

    gnu: emacs-parseedn: Update to 1.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.4.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 22a03c0..2ab4dd3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27371,7 +27371,7 @@ data, including buffers, window configuration, 
variables, and more.")
 (define-public emacs-parseedn
   (package
     (name "emacs-parseedn")
-    (version "1.0.0")
+    (version "1.0.4")
     (source
      (origin
        (method git-fetch)
@@ -27380,8 +27380,7 @@ data, including buffers, window configuration, 
variables, and more.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "15rp708s46f86w8scd72pr7ikp87c69pzfybnslqbahw7s53lhpq"))))
+        (base32 "1cz2bgaddlrcqzra8q50yh90rdl0kpyf5js2vxccdsq6ngr8bnmv"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-a" ,emacs-a)



reply via email to

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