Skip to content
Snippets Groups Projects
Unverified Commit e450373b authored by Nicolas Goaziou's avatar Nicolas Goaziou
Browse files

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.
parent d9bb896f
No related branches found
No related tags found
No related merge requests found
...@@ -6957,20 +6957,20 @@ (define-public emacs-markdown-mode ...@@ -6957,20 +6957,20 @@ (define-public emacs-markdown-mode
(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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment