diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-22 23:31:37 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-22 23:31:37 +0100 |
commit | 956cacd27106ac120a4f445a0401b36e9c3a5f2e (patch) | |
tree | a63f3f1cb8ba91bb003177577a481ce08a733d92 | |
parent | d571302dee42ff698e6a6ed3438f8b14a7eb9f86 (diff) | |
download | guix-956cacd27106ac120a4f445a0401b36e9c3a5f2e.tar.gz guix-956cacd27106ac120a4f445a0401b36e9c3a5f2e.zip |
gnu: emacs-cider: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.2.0.
-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 a3b48dee5f..932b90afed 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11088,7 +11088,7 @@ target will call @code{compile} on it.") (define-public emacs-cider (package (name "emacs-cider") - (version "1.1.1") + (version "1.2.0") (source (origin (method git-fetch) @@ -11097,7 +11097,7 @@ target will call @code{compile} on it.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0psd8zrhs5w1cfmksd5sjgy9xzfs9i9zp55g97rp7zp6y5als0lx")))) + (base32 "1c21hdrf6b7zc65nr7wqjhcyq5a0f4aa91wrxgzx374q81xym2rf")))) (build-system emacs-build-system) (arguments '(#:exclude ;don't exclude 'cider-test.el' |