gnu: emacs-orgit: Update to 1.6.3.

* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.6.3.
This commit is contained in:
Nicolas Goaziou 2021-02-17 15:41:00 +01:00
parent 81fe955acc
commit 447757f83b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21382,7 +21382,7 @@ (define-public emacs-disk-usage
(define-public emacs-orgit
(package
(name "emacs-orgit")
(version "1.5.3")
(version "1.6.3")
(home-page "https://github.com/magit/orgit")
(source (origin
(method git-fetch)
@ -21392,7 +21392,7 @@ (define-public emacs-orgit
(file-name (git-file-name name version))
(sha256
(base32
"1ywavzki510rslsgfm0cnn3mlh644p61ha2nfb715xhkg7cd3j9g"))))
"08amzcvw483dpfq5r34ysn84wzd538qk0jblc94vgcaidspx6481"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)