gnu: emacs-cider: Update to 1.16.1.

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

Change-Id: Ida9baa67c1ee6aab3d5b00a1d575f84313449d62
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:43 +01:00
parent 20c2376d8d
commit 65c9dcbcc8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16977,7 +16977,7 @@ implementation.")
(define-public emacs-cider
(package
(name "emacs-cider")
(version "1.16.0")
(version "1.16.1")
(source
(origin
(method git-fetch)
@ -16986,7 +16986,7 @@ implementation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1r90w7n10zyqspvm52bjbkalxzzp3jxwmbrfmifiyqzqrl0lyfrr"))))
(base32 "1k0zdi5zpv730gkym98amfp00xpk1hkry231v98iiw1khp345lsm"))))
(build-system emacs-build-system)
(arguments
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)