guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-elmacro: Update to 1.1.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-elmacro: Update to 1.1.1.
Date: Wed, 17 Feb 2021 13:22:03 -0500

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 ebc968d  gnu: emacs-elmacro: Update to 1.1.1.
ebc968d is described below

commit ebc968d56a73376bc160812ff8185793cbe4e6d3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 19:21:36 2021 +0100

    gnu: emacs-elmacro: Update to 1.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-elmacro): Update to 1.1.1.
---
 gnu/packages/emacs-xyz.scm | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b22a322..0d7e5df 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21969,29 +21969,28 @@ real search.")
     (license license:gpl3+)))
 
 (define-public emacs-elmacro
-  (let ((commit "89b9b0feabafd01fee48111d67131c4c9b5fed9a"))
-    (package
-      (name "emacs-elmacro")
-      (version (git-version "1.1.0" "1" commit))
-      (home-page "https://github.com/Silex/elmacro";)
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url home-page)
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "06wkzafh6vbcjf0m3sl253mgcq32p8cdv7vsfmyx51baa36938ha"))))
-      (build-system emacs-build-system)
-      (propagated-inputs
-       `(("emacs-s" ,emacs-s)
-         ("emacs-dash" ,emacs-dash)))
-      (synopsis "Convert keyboard macros to Emacs Lisp")
-      (description
-       "This package displays keyboard macros or latest interactive commands
+  (package
+    (name "emacs-elmacro")
+    (version "1.1.1")
+    (home-page "https://github.com/Silex/elmacro";)
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1x4wnsshf9h10mp51x92vs5rxw5had4gmw6zz4f53czx1ymcv16a"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-s" ,emacs-s)
+       ("emacs-dash" ,emacs-dash)))
+    (synopsis "Convert keyboard macros to Emacs Lisp")
+    (description
+     "This package displays keyboard macros or latest interactive commands
 as Emacs Lisp.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-transient
   (let ((revision "1")



reply via email to

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