gnu: emacs-orgit: Update to 1.7.1.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.7.1.
This commit is contained in:
parent
7ef00db933
commit
9483d10494
1 changed files with 2 additions and 2 deletions
|
@ -23345,7 +23345,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.7.0")
|
(version "1.7.1")
|
||||||
(home-page "https://github.com/magit/orgit")
|
(home-page "https://github.com/magit/orgit")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23355,7 +23355,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
|
||||||
"1xd58yqqsb79lgxkhxs4s50jq8f3639k6fhlza9hsy53apfczkal"))))
|
"0mbcr98xq3zim01dk1fbyc1vajnjwx90k62mygv343rhrd05v44m"))))
|
||||||
(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