[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/53: gnu: emacs-cider: Update to 1.13.1.
From: |
guix-commits |
Subject: |
10/53: gnu: emacs-cider: Update to 1.13.1. |
Date: |
Thu, 22 Feb 2024 10:18:53 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 2196f8ee1b1695a7a71ac0ff3797755c9fa84e55
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 12:25:30 2024 +0100
gnu: emacs-cider: Update to 1.13.1.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.13.1.
Change-Id: Ic751ea2d479c41e271c0eb2730016eef897beec2
---
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 2ec5a72e06..241f7713d2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15717,7 +15717,7 @@ implementation.")
(define-public emacs-cider
(package
(name "emacs-cider")
- (version "1.13.0")
+ (version "1.13.1")
(source
(origin
(method git-fetch)
@@ -15726,7 +15726,7 @@ implementation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "177dkd2q5fnn1n36d2vvgp6n1hh6rgcglhz63r58nkvb0y3d4kn9"))))
+ (base32 "0aswxqhdhxm2hx8cvpa47siah1d8n7kswdj1p7nplzqzzqzcy34h"))))
(build-system emacs-build-system)
(arguments
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
- branch master updated (58233e6c21 -> 59ef52ccb2), guix-commits, 2024/02/22
- 03/53: gnu: virglrenderer: Update to 1.0.1., guix-commits, 2024/02/22
- 01/53: gnu: Add xpenguins., guix-commits, 2024/02/22
- 10/53: gnu: emacs-cider: Update to 1.13.1.,
guix-commits <=
- 05/53: gnu: Add tagainijisho., guix-commits, 2024/02/22
- 15/53: gnu: emacs-debbugs: Update to 0.40., guix-commits, 2024/02/22
- 06/53: gnu: Add libsixel., guix-commits, 2024/02/22
- 14/53: gnu: emacs-pabbrev: Update to 4.3.0., guix-commits, 2024/02/22
- 21/53: gnu: emacs-corfu: Update to 1.2., guix-commits, 2024/02/22
- 25/53: gnu: emacs-edit-indirect: Update to 0.1.13., guix-commits, 2024/02/22
- 13/53: gnu: emacs-mmm-mode: Update to 0.5.11., guix-commits, 2024/02/22
- 23/53: gnu: emacs-dtrt-indent: Update to 1.17., guix-commits, 2024/02/22
- 19/53: gnu: emacs-vertico-posframe: Update to 0.7.7., guix-commits, 2024/02/22
- 26/53: gnu: emacs-eldev: Update to 1.8.2., guix-commits, 2024/02/22