diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-26 10:05:13 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-26 10:22:41 +0200 |
commit | bb4bdd8538f4cbe8f1312536be8bd4639697296a (patch) | |
tree | 02d011e2e46407b87a1075ef0046fcda437fd350 | |
parent | c82a99c9e2d613d5485f4d01b2a3ea5fd9f15e9b (diff) | |
download | guix-bb4bdd8538f4cbe8f1312536be8bd4639697296a.tar.gz |
gnu: emacs-eldev: Update to 1.2.1.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.2.1.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 675098e963..f7bd94d967 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -18764,7 +18764,7 @@ according to a parsing expression grammar.") (define-public emacs-eldev (package (name "emacs-eldev") - (version "1.2") + (version "1.2.1") (source (origin (method git-fetch) @@ -18773,7 +18773,7 @@ according to a parsing expression grammar.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1dmi05ry62nszy9w6zyvzh2q5ii57vdyc7mwv3dyfhwx4hqbngs4")))) + (base32 "1zf3vrk9yw4f4fj31g3vphjd3rhr2hv3q2crkdsgi7z5xlb8frds")))) (build-system emacs-build-system) (arguments (list |