1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-03 15:55:57 +02: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:
Nicolas Goaziou
2024-08-19 22:11:14 +02:00
parent 1f53c9e62f
commit 0e4b7b9ed1
+2 -2
View File
@@ -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))