diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cc18bb6c83e..d33c16b83af 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))