mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: emacs-evil-org: Update to 0d10ff7.
* gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 0d10ff7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3a5540a12c
commit
eefff9fb74
1 changed files with 4 additions and 3 deletions
|
@ -21551,10 +21551,11 @@ (define-public emacs-evil-mc
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public emacs-evil-org
|
(define-public emacs-evil-org
|
||||||
(let ((commit "9d4be14118bf27094a30dbff349b815f098aacbf"))
|
(let ((commit "0d10ff7bb9a3a93d25cd91018b17f0a052b335f3")
|
||||||
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-org")
|
(name "emacs-evil-org")
|
||||||
(version (git-version "1.0.2" "1" commit))
|
(version (git-version "1.0.3" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -21564,7 +21565,7 @@ (define-public emacs-evil-org
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fxxfkinb0gq4p5b686r7z4jrkv98zfgh5z889zkjacncv8ibswn"))))
|
"15g47xgpswzc8lz7qdbbzfcq1n9m4474qa2jkg43l8d5ali8qa7z"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-evil))
|
(propagated-inputs (list emacs-evil))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Loading…
Reference in a new issue