[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: emacs-clojure-mode: Update to 5.14.0.
From: |
guix-commits |
Subject: |
03/07: gnu: emacs-clojure-mode: Update to 5.14.0. |
Date: |
Tue, 8 Mar 2022 17:58:16 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit aff0c79481d1b03b5378c3f80ebb5e6fdba412ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 8 23:38:29 2022 +0100
gnu: emacs-clojure-mode: Update to 5.14.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.14.0.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 526132be24..3cfdaa9838 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9734,16 +9734,16 @@ allowing unprefixed keys to insert their respective
characters as expected.")
(define-public emacs-clojure-mode
(package
(name "emacs-clojure-mode")
- (version "5.13.0")
+ (version "5.14.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/clojure-emacs/clojure-mode")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ikl29rygr1habcsglz07m4ihd4ivi732kkzg8q676ihf367wa9i"))))
+ (base32 "0n7v6hx21f8x37gj388wnff38aqpzxxv5g8vxavp74vr3cbagsnn"))))
(build-system emacs-build-system)
(native-inputs
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
- 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, 2022/03/08
- 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 <=
- 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