gnu: emacs-orgit: Update to 1.7.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.7.0.
This commit is contained in:
parent
400a2a6296
commit
42178c86f0
1 changed files with 2 additions and 2 deletions
|
|
@ -22304,7 +22304,7 @@ recursively. The results are cached for speed.")
|
||||||
(define-public emacs-orgit
|
(define-public emacs-orgit
|
||||||
(package
|
(package
|
||||||
(name "emacs-orgit")
|
(name "emacs-orgit")
|
||||||
(version "1.6.3")
|
(version "1.7.0")
|
||||||
(home-page "https://github.com/magit/orgit")
|
(home-page "https://github.com/magit/orgit")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -22314,7 +22314,7 @@ recursively. The results are cached for speed.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08amzcvw483dpfq5r34ysn84wzd538qk0jblc94vgcaidspx6481"))))
|
"1xd58yqqsb79lgxkhxs4s50jq8f3639k6fhlza9hsy53apfczkal"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
|
||||||
Reference in a new issue