diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-06-27 23:12:12 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-06-27 23:12:12 +0200 |
commit | 0387db4cd6c10fca8212b5a4fc8f1d7e72d357b3 (patch) | |
tree | 764223ace5ed3674957335070daad051530fc646 | |
parent | 45e755a9a0cb0e456cf0d2c35c3f3b280d4bdf56 (diff) | |
download | guix-0387db4cd6c10fca8212b5a4fc8f1d7e72d357b3.tar.gz |
gnu: emacs-cider: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.4.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 228b9559d1..cc4b3d5939 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11981,7 +11981,7 @@ target will call @code{compile} on it.") (define-public emacs-cider (package (name "emacs-cider") - (version "1.3.0") + (version "1.4.1") (source (origin (method git-fetch) @@ -11990,7 +11990,7 @@ target will call @code{compile} on it.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0mxlkxpzn7rzbzpzcw2z9x2ab2zvhrwr8h21kmfn3li3dha73gf1")))) + (base32 "08635ln514nrglx6qyhaq1x7y7lw4mcd659ba8zs071yjiariarm")))) (build-system emacs-build-system) (arguments '(#:exclude ;don't exclude 'cider-test.el' |