gnu: emacs-evil-mc: Update to 0.0.3-2.1cabb86.
* gnu/packages/emacs-xyz.scm (emacs-evil-mc): Update to 0.0.3-2.1cabb86.
This commit is contained in:
parent
cec23736d3
commit
1017ba7dd5
|
@ -14373,8 +14373,8 @@ defaults.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-evil-mc
|
(define-public emacs-evil-mc
|
||||||
(let ((commit "5205fe671803465149e578849bbbe803c23a8e4e")
|
(let ((commit "1cabb869fe70cef49f7dc06f015c3ade1a969c8c")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-mc")
|
(name "emacs-evil-mc")
|
||||||
(version (git-version "0.0.3" revision commit))
|
(version (git-version "0.0.3" revision commit))
|
||||||
|
@ -14386,7 +14386,7 @@ defaults.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03pxpjjxbai4dwp84bgxh52ahh0f6ac58xi2mds1kl4v93nm7v42"))))
|
(base32 "0p83p90faq1p02lmsfs7zrnky3cyzgy8z4m83a81r9kakjzhkrnb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-evil" ,emacs-evil)))
|
`(("emacs-evil" ,emacs-evil)))
|
||||||
|
|
Loading…
Reference in New Issue