me
/
guix
Archived
1
0
Fork 0

gnu: emacs-yaml-mode: Fix source hash.

* gnu/packages/emacs.scm (emacs-yaml-mode)[source]: Fix hash.
master
David Thompson 2016-06-03 11:42:17 -04:00
parent 7529c883af
commit e08580c5c3
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 1 additions and 1 deletions

View File

@ -1989,7 +1989,7 @@ that uses the standard completion function completing-read.")
(file-name (string-append "yaml-mode-" version ".el"))
(sha256
(base32
"05zbb7l5j0jhn1z65lhy1f6yf77rd3rsf5ayvwm5a6dfkhr9zwnm"))))
"17wq433ycli0qx4gdhgrmb392qblm6y2dwcyn38j5ja1lasfb0ax"))))
(build-system emacs-build-system)
(home-page "https://github.com/yoshiki/yaml-mode")
(synopsis "Major mode for editing YAML files")