gnu: emacs-dante: Update to 1.5-3.38b5894.
* gnu/packages/emacs-xyz.scm (emacs-dante): Update to 1.5-3.38b5894.
This commit is contained in:
parent
185152e39e
commit
9887fc7512
|
@ -741,8 +741,8 @@ programs.")
|
||||||
(deprecated-package "haskell-mode" emacs-haskell-mode))
|
(deprecated-package "haskell-mode" emacs-haskell-mode))
|
||||||
|
|
||||||
(define-public emacs-dante
|
(define-public emacs-dante
|
||||||
(let ((commit "a25ae9e5b5425cffdd88d498777e90ea8655fa37")
|
(let ((commit "38b589417294c7ea44bf65b73b8046d950f9531b")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-dante")
|
(name "emacs-dante")
|
||||||
(version (git-version "1.5" revision commit))
|
(version (git-version "1.5" revision commit))
|
||||||
|
@ -753,7 +753,7 @@ programs.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ziw3snbs2z2cg8a3jbyjd48qkgrkzs4bh8lrbs0h2c87nzldvhd"))
|
"1mnmn635552zlwd4zr68jbvdjipl6gi4mi6wiyck28fsmq8kw96h"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue