[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: emacs-cider: Update to 1.3.0.
From: |
guix-commits |
Subject: |
02/07: gnu: emacs-cider: Update to 1.3.0. |
Date: |
Tue, 8 Mar 2022 17:58:16 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 366f6698acc4214dc01f667d92b656abb9cb0c59
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 8 23:30:57 2022 +0100
gnu: emacs-cider: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.3.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b9b358dd77..526132be24 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11566,7 +11566,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider
(package
(name "emacs-cider")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -11575,7 +11575,7 @@ target will call @code{compile} on it.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1c21hdrf6b7zc65nr7wqjhcyq5a0f4aa91wrxgzx374q81xym2rf"))))
+ (base32 "0mxlkxpzn7rzbzpzcw2z9x2ab2zvhrwr8h21kmfn3li3dha73gf1"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ;don't exclude 'cider-test.el'
- branch master updated (b8fc916951 -> bd53dfa6df), guix-commits, 2022/03/08
- 01/07: gnu: emacs-cape: Update to 0.7., guix-commits, 2022/03/08
- 02/07: gnu: emacs-cider: Update to 1.3.0.,
guix-commits <=
- 04/07: gnu: emacs-consult: Update to 0.16., guix-commits, 2022/03/08
- 03/07: gnu: emacs-clojure-mode: Update to 5.14.0., guix-commits, 2022/03/08
- 05/07: gnu: emacs-marginalia: Update to 0.13., guix-commits, 2022/03/08
- 06/07: gnu: emacs-no-littering: Update to 1.2.6., guix-commits, 2022/03/08
- 07/07: gnu: emacs-tempel: Update to 0.3., guix-commits, 2022/03/08