mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-orgit: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 2.0.0. Change-Id: Ia5beaffa934309471f5a3454d8f38d3c91e36ef6
This commit is contained in:
parent
1f53c9e62f
commit
0e4b7b9ed1
1 changed files with 2 additions and 2 deletions
|
@ -31260,7 +31260,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.9.0")
|
(version "2.0.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)
|
||||||
|
@ -31270,7 +31270,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
|
||||||
"00fkj88yddan80q8zbx0jy66d958srkm06jiy1nraamxqr15mmyz"))))
|
"0864y78kvcvha0rx0pzrxlyivr65zk21ji4md757alw1lr4zf408"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash emacs-magit))
|
(list emacs-dash emacs-magit))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue