me
/
guix
Archived
1
0
Fork 0

gnu: emacs-amx: Update to 3.4.

* gnu/packages/emacs-xyz.scm (emacs-amx): Update to 3.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -22341,7 +22341,7 @@ Later you can insert it into an Org buffer using the command
(define-public emacs-amx
(package
(name "emacs-amx")
(version "3.3")
(version "3.4")
(source
(origin
(method git-fetch)
@ -22350,7 +22350,7 @@ Later you can insert it into an Org buffer using the command
(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)))