guix-commits
[Top][All Lists]
Advanced

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

35/42: gnu: emacs-parseedn: Update to 1.2.0.


From: guix-commits
Subject: 35/42: gnu: emacs-parseedn: Update to 1.2.0.
Date: Tue, 3 Oct 2023 16:54:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8463cc2efb1bafd2a56abf237b51dce7d875c7fe
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 21:34:06 2023 +0200

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



reply via email to

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