summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-17 19:21:36 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-17 19:21:36 +0100
commitebc968d56a73376bc160812ff8185793cbe4e6d3 (patch)
treec08f160be6f79aeffd941da10dbf282d18a82332 /gnu
parent453118150957e3e2919a07d82e9908bdd99d25f4 (diff)
downloadguix-patches-ebc968d56a73376bc160812ff8185793cbe4e6d3.tar
guix-patches-ebc968d56a73376bc160812ff8185793cbe4e6d3.tar.gz
gnu: emacs-elmacro: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-elmacro): Update to 1.1.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm43
1 files changed, 21 insertions, 22 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b22a3226f7..0d7e5df5cb 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")