ngz pushed a commit to branch master
in repository guix.
commit 0e4b7b9ed1dfc2920119aec7aa1e918f76377955
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 19 22:11:14 2024 +0200
gnu: emacs-orgit: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 2.0.0.
Change-Id: Ia5beaffa934309471f5a3454d8f38d3c91e36ef6
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cc18bb6c83..d33c16b83a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31260,7 +31260,7 @@ recursively. The results are cached for speed.")
(define-public emacs-orgit
(package
(name "emacs-orgit")
- (version "1.9.0")
+ (version "2.0.0")
(home-page "https://github.com/magit/orgit")
(source (origin
(method git-fetch)
@@ -31270,7 +31270,7 @@ recursively. The results are cached for speed.")
(file-name (git-file-name name version))
(sha256
(base32
- "00fkj88yddan80q8zbx0jy66d958srkm06jiy1nraamxqr15mmyz"))))
+ "0864y78kvcvha0rx0pzrxlyivr65zk21ji4md757alw1lr4zf408"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash emacs-magit))