gnu: emacs-evil-markdown: Update to 0.0.2-2-685d7fb.

* gnu/packages/emacs-xyz.scm (emacs-evil-markdown): Update to 0.0.2-2-685d7fb.
This commit is contained in:
Nicolas Goaziou 2020-05-27 01:56:32 +02:00
parent d9bb896f0b
commit e450373bd6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6957,20 +6957,20 @@ in Emacs.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-evil-markdown (define-public emacs-evil-markdown
(let ((commit "46cd81b37991c4325fc24015a610f832b0ff995d") (let ((commit "685d7fbb81bc02fa32779d2a127b99a0c8c7436b")
(revision "1")) (revision "2"))
(package (package
(name "emacs-evil-markdown") (name "emacs-evil-markdown")
(version (git-version "0.0.2" revision commit)) (version (git-version "0.0.2" revision commit))
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/Somelauw/evil-markdown.git") (uri (git-reference
(commit commit))) (url "https://github.com/Somelauw/evil-markdown.git")
(file-name (git-file-name name version)) (commit commit)))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"0mad8sp5y9vyk28595qygspnyh8bfmb1fbxjlw70qwc1kdn822n4")))) (base32 "1z1sjn6dcqv8mmkh6nfcwhnql2z6xr9yx3hs77bfxj79pf3c466p"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-evil" ,emacs-evil) `(("emacs-evil" ,emacs-evil)