gnu: emacs-cider: Update to 1.13.1.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.13.1.

Change-Id: Ic751ea2d479c41e271c0eb2730016eef897beec2
This commit is contained in:
Nicolas Goaziou 2024-02-22 12:25:30 +01:00
parent c033bea82d
commit 2196f8ee1b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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)