[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/32: gnu: emacs-clojure-mode: Update to 5.18.1-1.af0e518.
From: |
guix-commits |
Subject: |
06/32: gnu: emacs-clojure-mode: Update to 5.18.1-1.af0e518. |
Date: |
Sun, 17 Mar 2024 18:51:38 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2bb890bc9e55f3943731520f4bf03df3c6b0d820
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 22:39:36 2024 +0100
gnu: emacs-clojure-mode: Update to 5.18.1-1.af0e518.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to
5.18.1-1.af0e518.
Change-Id: Ibdb3c720c861f0646844bd6aff6d09ff8410d56b
---
gnu/packages/emacs-xyz.scm | 48 ++++++++++++++++++++++++----------------------
1 file changed, 25 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3fe2454f82..363390031f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13588,31 +13588,33 @@ allowing unprefixed keys to insert their respective
characters as expected.")
(license license:gpl3+))))
(define-public emacs-clojure-mode
- (package
- (name "emacs-clojure-mode")
- (version "5.18.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/clojure-emacs/clojure-mode")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1d5kkq2i8d04k2qfrb31zyjpij92ckbccnzvz01mls3xrvpr57m5"))))
- (build-system emacs-build-system)
- (native-inputs
- (list emacs-buttercup emacs-dash emacs-paredit emacs-s))
- (arguments
- `(#:tests? #t
- #:test-command '("buttercup")))
- (home-page "https://github.com/clojure-emacs/clojure-mode")
- (synopsis "Major mode for Clojure code")
- (description
- "This Emacs package provides font-lock, indentation, navigation and basic
+ (let ((commit "af0e518a6b86f2c6f32dfb30b99c067071ed5cd4")
+ (revision "1"))
+ (package
+ (name "emacs-clojure-mode")
+ (version (git-version "5.18.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/clojure-emacs/clojure-mode")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1wx3zgrwxywqk7f47idp2d09vjf557xf4l6p5a9xwqmpylnwaznh"))))
+ (build-system emacs-build-system)
+ (native-inputs
+ (list emacs-buttercup emacs-dash emacs-paredit emacs-s))
+ (arguments
+ `(#:tests? #t
+ #:test-command '("buttercup")))
+ (home-page "https://github.com/clojure-emacs/clojure-mode")
+ (synopsis "Major mode for Clojure code")
+ (description
+ "This Emacs package provides font-lock, indentation, navigation and
basic
refactoring for the @uref{http://clojure.org, Clojure programming language}.
It is recommended to use @code{clojure-mode} with Paredit or Smartparens.")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-clj-deps-new
(let ((commit "e1cf65eb040f5a2e9a3eca970044ba71cc53fb27")
- branch master updated (059c9ed104 -> bb274ab5aa), guix-commits, 2024/03/17
- 02/32: gnu: emacs-apheleia: Update to 4.1., guix-commits, 2024/03/17
- 03/32: gnu: emacs-buttercup: Update to 1.34., guix-commits, 2024/03/17
- 05/32: gnu: emacs-circe: Update to 2.13-1.cc630eb., guix-commits, 2024/03/17
- 07/32: gnu: emacs-clj-refactor: Update to 3.12.0., guix-commits, 2024/03/17
- 09/32: gnu: emacs-ebib: Update to 2.40.5., guix-commits, 2024/03/17
- 11/32: gnu: emacs-eldev: Update to 1.9.1., guix-commits, 2024/03/17
- 01/32: gnu: emacs-ac-php: Update to 2.6.0., guix-commits, 2024/03/17
- 08/32: gnu: emacs-consult: Update to 1.4., guix-commits, 2024/03/17
- 06/32: gnu: emacs-clojure-mode: Update to 5.18.1-1.af0e518.,
guix-commits <=
- 12/32: gnu: emacs-emms: Update to 19., guix-commits, 2024/03/17
- 16/32: gnu: emacs-gptel: Update to 0.8.0., guix-commits, 2024/03/17
- 17/32: gnu: emacs-jinx: Update to 1.4., guix-commits, 2024/03/17
- 23/32: gnu: emacs-org-caldav: Update to 3.1., guix-commits, 2024/03/17
- 15/32: gnu: emacs-git-link: Update to 0.9.1., guix-commits, 2024/03/17
- 04/32: gnu: emacs-cape: Update to 1.4., guix-commits, 2024/03/17
- 14/32: gnu: emacs-fountain-mode: Update to 3.7.2., guix-commits, 2024/03/17
- 20/32: gnu: emacs-mastodon: Update to 1.0.18., guix-commits, 2024/03/17
- 28/32: gnu: emacs-prescient: Update to 6.3., guix-commits, 2024/03/17
- 30/32: gnu: emacs-tablist: Update to 1.1., guix-commits, 2024/03/17