me
/
guix
Archived
1
0
Fork 0

gnu: emacs-cider: Update to 1.15.1.

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

Change-Id: Ia08e6d6cdb44399b1cb368180bc77d3ca556acf1
master
Nicolas Goaziou 2024-07-21 16:36:14 +02:00
parent f284122832
commit 8a0fa26f7e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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