mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-clojure-mode: Update to 5.16.1.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.1.
This commit is contained in:
parent
4b2a2161a5
commit
d14a83ace2
1 changed files with 2 additions and 2 deletions
|
@ -12435,7 +12435,7 @@ (define-public emacs-lpy
|
||||||
(define-public emacs-clojure-mode
|
(define-public emacs-clojure-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-clojure-mode")
|
(name "emacs-clojure-mode")
|
||||||
(version "5.16.0")
|
(version "5.16.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12444,7 +12444,7 @@ (define-public emacs-clojure-mode
|
||||||
(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 "0s09b9gbmjmk56jm9hcbk06zfa96kqhgx58d98w13yy01yx0pych"))))
|
(base32 "1gzr506mj2w8jigvdpsmp9jm4kb5k5v076wda2jz5dpbw4jgj5ms"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
|
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
|
||||||
|
|
Loading…
Reference in a new issue