[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/67: gnu: emacs-clojure-mode: Update to 5.19.0.
From: |
guix-commits |
Subject: |
61/67: gnu: emacs-clojure-mode: Update to 5.19.0. |
Date: |
Tue, 18 Jun 2024 18:08:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b2b176e61697888ddd990fee961760f9e4c505b6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 18 23:23:22 2024 +0200
gnu: emacs-clojure-mode: Update to 5.19.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.19.0.
Change-Id: I3157f718a8e26c117b44f14f1dc91538047a0089
---
gnu/packages/emacs-xyz.scm | 48 ++++++++++++++++++++++------------------------
1 file changed, 23 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1b051829af..716a7a3069 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13822,33 +13822,31 @@ allowing unprefixed keys to insert their respective
characters as expected.")
(license license:gpl3+))))
(define-public emacs-clojure-mode
- (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
+ (package
+ (name "emacs-clojure-mode")
+ (version "5.19.0")
+ (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 "0kv7jw1cg145zcy0pffjk9n2kkcgdn46nb2ny06ynadbivk2l4ds"))))
+ (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")
- 37/67: gnu: emacs-mastodon: Update to 1.0.23., (continued)
- 37/67: gnu: emacs-mastodon: Update to 1.0.23., guix-commits, 2024/06/18
- 40/67: gnu: Add emacs-zop-to-char., guix-commits, 2024/06/18
- 42/67: gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3., guix-commits, 2024/06/18
- 48/67: gnu: emacs-org-super-agenda: Ignore failing tests., guix-commits, 2024/06/18
- 49/67: gnu: emacs-compat: Update the home-page., guix-commits, 2024/06/18
- 53/67: gnu: emacs-keycast: Update to 1.4.0., guix-commits, 2024/06/18
- 55/67: gnu: emacs-git-modes: Update to 1.4.3., guix-commits, 2024/06/18
- 57/67: gnu: emacs-editorconfig: Update to 0.11.0., guix-commits, 2024/06/18
- 58/67: gnu: emacs-ebuild-mode: Update to 1.71., guix-commits, 2024/06/18
- 59/67: gnu: emacs-dired-preview: Update to 0.2.0., guix-commits, 2024/06/18
- 61/67: gnu: emacs-clojure-mode: Update to 5.19.0.,
guix-commits <=
- 63/67: gnu: emacs-beframe: Update to 1.1.0., guix-commits, 2024/06/18
- 66/67: gnu: burgerspace: Update to 1.10.0., guix-commits, 2024/06/18