[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/42: gnu: emacs-clojure-mode: Update to 5.17.0.
From: |
guix-commits |
Subject: |
12/42: gnu: emacs-clojure-mode: Update to 5.17.0. |
Date: |
Tue, 3 Oct 2023 16:54:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 81ba1bd52405ecf99e944c571293e3fb2d909025
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 18:18:47 2023 +0200
gnu: emacs-clojure-mode: Update to 5.17.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.17.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 c6d2ca80f4..569d0881d4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12956,7 +12956,7 @@ allowing unprefixed keys to insert their respective
characters as expected.")
(define-public emacs-clojure-mode
(package
(name "emacs-clojure-mode")
- (version "5.16.2")
+ (version "5.17.0")
(source
(origin
(method git-fetch)
@@ -12965,7 +12965,7 @@ allowing unprefixed keys to insert their respective
characters as expected.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0axqdzq4rjjxsxx4b8n2g2gf82wrznbzdilp2kv831wyl33z29mk"))))
+ (base32 "0knx3y53z0dn49xisa78bac55vhhkwxs2iw3jvalx41wfwvkirxc"))))
(build-system emacs-build-system)
(native-inputs
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
- branch master updated (f3b907c168 -> 8e6022732a), guix-commits, 2023/10/03
- 02/42: gnu: emacs-mmm-mode: Update to 0.5.10., guix-commits, 2023/10/03
- 05/42: gnu: emacs-pyim: Update to 5.3.3., guix-commits, 2023/10/03
- 10/42: gnu: emacs-bm: Update to 202309., guix-commits, 2023/10/03
- 12/42: gnu: emacs-clojure-mode: Update to 5.17.0.,
guix-commits <=
- 01/42: gnu: emacs-project: Update to 0.10.0., guix-commits, 2023/10/03
- 04/42: gnu: emacs-denote-menu: Update to 1.2.0., guix-commits, 2023/10/03
- 06/42: gnu: emacs-tramp: Update to 2.6.1.3., guix-commits, 2023/10/03
- 08/42: gnu: emacs-seq: Update to 2.24., guix-commits, 2023/10/03
- 09/42: gnu: emacs-subed: Update to 1.2.4., guix-commits, 2023/10/03
- 03/42: gnu: emacs-stream: Update to 2.3.0., guix-commits, 2023/10/03
- 07/42: gnu: emacs-ebdb: Update to 0.8.18., guix-commits, 2023/10/03
- 13/42: gnu: emacs-company-emoji: Update to 2.8.0., guix-commits, 2023/10/03
- 20/42: gnu: emacs-ement: Update to 0.13., guix-commits, 2023/10/03
- 21/42: gnu: emacs-extmap: Update to 1.3., guix-commits, 2023/10/03