3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-evil-magit: Update to 0.4.2-5.98c076f.

* gnu/packages/emacs-xyz.scm (emacs-evil-magit): Update to 0.4.2-5.98c076f.
This commit is contained in:
Nicolas Goaziou 2021-05-29 23:03:38 +02:00
parent 18562b7708
commit dd083bd05a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19461,8 +19461,8 @@ Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
(license license:gpl3+)))
(define-public emacs-evil-magit
(let ((commit "253c644807013fe92429acdef418748794b8f254")
(revision "4"))
(let ((commit "98c076fbeb6d2d7d71e02dc204ba3ad5d577abda")
(revision "5"))
(package
(name "emacs-evil-magit")
(version (git-version "0.4.2" revision commit))
@ -19475,7 +19475,7 @@ Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
(file-name (git-file-name name version))
(sha256
(base32
"08mh7phxsdb9w4dfs0pmr4l4fdzzr2rm88z2s8karfi5j5ik2ag5"))))
"0b4iplxh3rmy8jadhf05pgksv1798d68d1jrhfry93jca8x9crxs"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)