Archived
1
0
Fork 0

gnu: emacs-amx: Update to 3.4.

* gnu/packages/emacs-xyz.scm (emacs-amx): Update to 3.4.
This commit is contained in:
Nicolas Goaziou 2021-05-28 23:35:41 +02:00
parent cefa260fb4
commit 63ee921527
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)))