mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-sx: Update to 20191229.
* gnu/packages/emacs-xyz.scm (emacs-sx): Update to 20191229. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
b3d04190f4
commit
f15d324afa
1 changed files with 4 additions and 5 deletions
|
@ -2558,9 +2558,9 @@ (define-public emacs-symon
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-sx
|
(define-public emacs-sx
|
||||||
(let ((version "20180212")
|
(let ((version "20191229")
|
||||||
(revision "1")
|
(revision "0")
|
||||||
(commit "833435fbf90d1c9e927d165b155f3b1ef39271de"))
|
(commit "e9d1093c97507a6d7b4f4710ef65200dae725e5f"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-sx")
|
(name "emacs-sx")
|
||||||
(version (git-version version revision commit))
|
(version (git-version version revision commit))
|
||||||
|
@ -2572,8 +2572,7 @@ (define-public emacs-sx
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0m90ddwm8j0y6d1ppqhd2gil1107k202blw6mzm5bdambn4nfqkf"))))
|
||||||
"1369xaxq1vy3d9yh862ddnhddikdpg2d0wv1ly00pnvdp9v4cqgd"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-markdown-mode" ,emacs-markdown-mode)))
|
`(("emacs-markdown-mode" ,emacs-markdown-mode)))
|
||||||
|
|
Loading…
Reference in a new issue