me
/
guix
Archived
1
0
Fork 0

gnu: emacs-cider: Update to 1.15.0.

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

Change-Id: I5f8d72056235d72f0fbad1e662a203d31dbcf0a8
master
Nicolas Goaziou 2024-06-18 16:03:31 +02:00
parent 64d40145c7
commit 88d21c9c0e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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