guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-eldev: Update to 1.2.


From: guix-commits
Subject: 02/03: gnu: emacs-eldev: Update to 1.2.
Date: Wed, 17 Aug 2022 05:51:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 08b81199d18a4dccdb5d4f10cbe354133c48c474
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 17 11:25:14 2022 +0200

    gnu: emacs-eldev: Update to 1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.2.
---
 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 ab5cfefa84..cfea0cf533 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18698,7 +18698,7 @@ according to a parsing expression grammar.")
 (define-public emacs-eldev
   (package
     (name "emacs-eldev")
-    (version "1.1.3")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -18707,7 +18707,7 @@ according to a parsing expression grammar.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dgbwaar8l8nl79mlzf5g1n49f1j9yj4772yfmim9vv8ppxnzbqk"))))
+        (base32 "1dmi05ry62nszy9w6zyvzh2q5ii57vdyc7mwv3dyfhwx4hqbngs4"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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