mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: emacs-clojure-mode: Update to 5.18.1.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.18.1. Change-Id: I374f3ebca45fdce8ed84036fe999ace26d73c1ea
This commit is contained in:
parent
ea2eaaa46c
commit
4103d685c0
1 changed files with 2 additions and 2 deletions
|
@ -13232,7 +13232,7 @@ (define-public emacs-lpy
|
|||
(define-public emacs-clojure-mode
|
||||
(package
|
||||
(name "emacs-clojure-mode")
|
||||
(version "5.18.0")
|
||||
(version "5.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13241,7 +13241,7 @@ (define-public emacs-clojure-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0g4x587fpzcj9y59k8sb1g7c6yvga9gjs8ximpmar7d8jq2cv5qa"))))
|
||||
(base32 "1d5kkq2i8d04k2qfrb31zyjpij92ckbccnzvz01mls3xrvpr57m5"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
|
||||
|
|
Loading…
Reference in a new issue