me
/
guix
Archived
1
0
Fork 0

gnu: emacs-orgit: Update to 1.9.0.

* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.9.0.
master
Nicolas Goaziou 2023-05-21 14:28:32 +02:00
parent ea34c09bc2
commit 980f5c2776
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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