gnu: emacs-hy-mode: Update to 1.0.4.

* gnu/packages/emacs-xyz.scm (emacs-hy-mode): Update to 1.0.4.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Vinicius Monego 2020-06-21 11:38:20 +08:00 committed by 宋文武
parent f6c6970e0d
commit 11fab4a85a
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -14621,7 +14621,7 @@ (define-public emacs-helm-mode-manager
(define-public emacs-hy-mode (define-public emacs-hy-mode
(package (package
(name "emacs-hy-mode") (name "emacs-hy-mode")
(version "1.0.3") (version "1.0.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -14630,7 +14630,7 @@ (define-public emacs-hy-mode
(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 "1jxximiznz7fw9ys5k6plw85zrbzvxidql7py1fdi425fdp4058z")))) (base32 "0gihxlmfminadaqdr8d2zccd7wwygl3m0gfzxsk5izi7f8hl4w7f"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)