gnu: emacs-orgit: Update to 1.9.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.9.0.master
parent
ea34c09bc2
commit
980f5c2776
|
@ -28671,7 +28671,7 @@ recursively. The results are cached for speed.")
|
|||
(define-public emacs-orgit
|
||||
(package
|
||||
(name "emacs-orgit")
|
||||
(version "1.8.0")
|
||||
(version "1.9.0")
|
||||
(home-page "https://github.com/magit/orgit")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -28681,7 +28681,7 @@ recursively. The results are cached for speed.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hjfsj12qx06m8ji4l2sg502a55sabar4h6c2b2i9nmp1xf5889l"))))
|
||||
"00fkj88yddan80q8zbx0jy66d958srkm06jiy1nraamxqr15mmyz"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-magit))
|
||||
|
|
Reference in New Issue