[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/17: gnu: emacs-clj-refactor: Update to 3.7.0.
From: |
guix-commits |
Subject: |
03/17: gnu: emacs-clj-refactor: Update to 3.7.0. |
Date: |
Wed, 5 Jul 2023 18:48:53 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e0eda455a9c206dc04a98e3490de6e79a07b9516
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 5 23:13:55 2023 +0200
gnu: emacs-clj-refactor: Update to 3.7.0.
* gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.7.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 2ac5861028..7e60767323 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12484,7 +12484,7 @@ Clojure projects from templates.")
(define-public emacs-clj-refactor
(package
(name "emacs-clj-refactor")
- (version "3.6.0")
+ (version "3.7.0")
(source
(origin
(method git-fetch)
@@ -12493,7 +12493,7 @@ Clojure projects from templates.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "15ya7hp5d2kwh1ig55d75vlghm1vsq99jh44i8q8v25vfmzjp7gp"))))
+ (base32 "0nwc4c8cn9mj9x7fsjx1m34rma5qq87d611j7w02kfa7yhbj0vwk"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-yasnippet emacs-paredit emacs-multiple-cursors emacs-cider
- branch master updated (ff23e34f56 -> 3eb2771784), guix-commits, 2023/07/05
- 01/17: gnu: emacs-cape: Update to 0.16., guix-commits, 2023/07/05
- 02/17: gnu: emacs-cape: Remove an unused argument in a phase., guix-commits, 2023/07/05
- 05/17: gnu: emacs-consult: Remove an unused argument in a phase., guix-commits, 2023/07/05
- 03/17: gnu: emacs-clj-refactor: Update to 3.7.0.,
guix-commits <=
- 04/17: gnu: emacs-consult: Update to 0.35., guix-commits, 2023/07/05
- 06/17: gnu: emacs-corfu: Update to 0.37., guix-commits, 2023/07/05
- 09/17: gnu: emacs-marginalia: Remove an unused argument in a phase., guix-commits, 2023/07/05
- 07/17: gnu: emacs-corfu: Remove an unused argument in a phase., guix-commits, 2023/07/05
- 08/17: gnu: emacs-marginalia: Update to 1.3., guix-commits, 2023/07/05
- 11/17: gnu: emacs-tempel: Update to 0.8., guix-commits, 2023/07/05
- 14/17: gnu: guile-jsonld: Fix build., guix-commits, 2023/07/05
- 15/17: gnu: guile-jsonld: Improve package style., guix-commits, 2023/07/05
- 12/17: gnu: emacs-vertico: Update to 1.4., guix-commits, 2023/07/05
- 16/17: gnu: Add passwdqc., guix-commits, 2023/07/05