guix_mirror_bot pushed a commit to branch master
in repository guix.
commit dfe0cdbbcfaf565f105b6aff0de664e9e026c1b7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 09:43:43 2025 +0200
gnu: emacs-cider: Update to 1.19.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.19.0.
Change-Id: I2c5de4b6010ec65cd38364f5c7ba79343fff6e92
---
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 b0059f74f6..6d65e1fd02 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18860,7 +18860,7 @@ implementation.")
(define-public emacs-cider
(package
(name "emacs-cider")
- (version "1.17.1")
+ (version "1.19.0")
(source
(origin
(method git-fetch)
@@ -18869,7 +18869,7 @@ implementation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02lilk85a7h9wxxvxr6k69p12wslbl9xp3jkcbdn11078fwhif6j"))))
+ (base32 "0limw27arkc8bn0zzj0jzhdsax78qm1lz5jfgy8zgf971llhf5qc"))))
(build-system emacs-build-system)
(arguments
(list