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
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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))