mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: emacs-evil-mc: Update to 0.0.4-0.7e363dd.
* gnu/packages/emacs-xyz.scm (emacs-evil-mc): Update to 0.0.4-0.7e363dd. Merges guix/guix!5419 Change-Id: Id6e47b283fd9352ffd49f9eea00e4311f44ca5b1 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
parent
024ad78ab4
commit
5ab6cd8b11
1 changed files with 4 additions and 4 deletions
|
|
@ -32402,11 +32402,11 @@ defaults.")
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-evil-mc
|
||||
(let ((commit "1cabb869fe70cef49f7dc06f015c3ade1a969c8c")
|
||||
(revision "2"))
|
||||
(let ((commit "7e363dd6b0a39751e13eb76f2e9b7b13c7054a43")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-evil-mc")
|
||||
(version (git-version "0.0.3" revision commit))
|
||||
(version (git-version "0.0.4" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -32415,7 +32415,7 @@ defaults.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0p83p90faq1p02lmsfs7zrnky3cyzgy8z4m83a81r9kakjzhkrnb"))))
|
||||
(base32 "0gzy2mqcdxhkg0hmxqzbjy5ihfal1s21wxd04mrikqri54sck4z5"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue