gnu: emacs-amx: Update to 3.4.
* gnu/packages/emacs-xyz.scm (emacs-amx): Update to 3.4.
This commit is contained in:
parent
cefa260fb4
commit
63ee921527
1 changed files with 2 additions and 2 deletions
|
@ -22341,7 +22341,7 @@ Later you can insert it into an Org buffer using the command
|
||||||
(define-public emacs-amx
|
(define-public emacs-amx
|
||||||
(package
|
(package
|
||||||
(name "emacs-amx")
|
(name "emacs-amx")
|
||||||
(version "3.3")
|
(version "3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22350,7 +22350,7 @@ Later you can insert it into an Org buffer using the command
|
||||||
(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 "0ikjzs119g57cwh2v3jmy63lggqc0ib99q5gsl93slkk4y2ihavw"))))
|
(base32 "0h1cxqqf0hixh25j679r57bq9dv0b20icf268wbnsim5xp88ngf8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-s" ,emacs-s)))
|
`(("emacs-s" ,emacs-s)))
|
||||||
|
|
Reference in a new issue