gnu: emacs-evil-org: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-evil-org): Update to 1.0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
f15d324afa
commit
9615c8511f
|
@ -15881,10 +15881,10 @@ provide an incremental search that moves all fake cursors in sync.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public emacs-evil-org
|
(define-public emacs-evil-org
|
||||||
(let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))
|
(let ((commit "9d4be14118bf27094a30dbff349b815f098aacbf"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-org")
|
(name "emacs-evil-org")
|
||||||
(version (git-version "0.1.1" "1" commit))
|
(version (git-version "1.0.2" "1" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15894,7 +15894,7 @@ provide an incremental search that moves all fake cursors in sync.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"))))
|
"1fxxfkinb0gq4p5b686r7z4jrkv98zfgh5z889zkjacncv8ibswn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Reference in New Issue