mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
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 @@ (define-public emacs-orgit
|
|||
(define-public emacs-amx
|
||||
(package
|
||||
(name "emacs-amx")
|
||||
(version "3.3")
|
||||
(version "3.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22350,7 +22350,7 @@ (define-public emacs-amx
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ikjzs119g57cwh2v3jmy63lggqc0ib99q5gsl93slkk4y2ihavw"))))
|
||||
(base32 "0h1cxqqf0hixh25j679r57bq9dv0b20icf268wbnsim5xp88ngf8"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-s" ,emacs-s)))
|
||||
|
|
Loading…
Reference in a new issue