Archived
1
0
Fork 0

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

View file

@ -15717,7 +15717,7 @@ implementation.")
(define-public emacs-cider (define-public emacs-cider
(package (package
(name "emacs-cider") (name "emacs-cider")
(version "1.13.0") (version "1.13.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -15726,7 +15726,7 @@ implementation.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "177dkd2q5fnn1n36d2vvgp6n1hh6rgcglhz63r58nkvb0y3d4kn9")))) (base32 "0aswxqhdhxm2hx8cvpa47siah1d8n7kswdj1p7nplzqzzqzcy34h"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include) '(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)