gnu: emacs-markdown-mode: Update hash too.

* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update hash. This is
a followup to 3f45271243.
This commit is contained in:
Nicolas Goaziou 2020-07-04 00:18:21 +02:00
parent 3f45271243
commit 45058d6678
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7158,7 +7158,7 @@ (define-public emacs-markdown-mode
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1zm1j4w0f3h01bmmpsv4j4mh6i13nnl8fcqlj2hsa1ncy1lgi8q7"))))
(base32 "0g0ja4h651yfabm3k6gbw4y8w7wibc9283fyfzb33kjj38ivl5d7"))))
(build-system emacs-build-system)
(home-page "https://jblevins.org/projects/markdown-mode/")
(synopsis "Emacs Major mode for Markdown files")