guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-parseedn: Update to 1.1.0.


From: guix-commits
Subject: 02/02: gnu: emacs-parseedn: Update to 1.1.0.
Date: Tue, 8 Feb 2022 16:00:45 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 84b41d2dfed2e32de815c5da23fb0b1424cb5f1c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 8 21:59:52 2022 +0100

    gnu: emacs-parseedn: Update to 1.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.1.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 cd9aead22a..f0a0893dd3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28108,7 +28108,7 @@ data, including buffers, window configuration, 
variables, and more.")
 (define-public emacs-parseedn
   (package
     (name "emacs-parseedn")
-    (version "1.0.6")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -28117,7 +28117,7 @@ data, including buffers, window configuration, 
variables, and more.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xp2d42yvqkimb7a15bv89bj0124lljw9cb36g49m13d7ny4fafn"))))
+        (base32 "01j8nrkcm2s0ps277b5zb4pys29lk4cq49rlcqpj19gbfpkwcvdv"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-a emacs-parseclj))



reply via email to

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