mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-orgit: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.8.0.
This commit is contained in:
parent
03833d041a
commit
e32ea56f05
1 changed files with 2 additions and 2 deletions
|
@ -24079,7 +24079,7 @@ (define-public emacs-disk-usage
|
|||
(define-public emacs-orgit
|
||||
(package
|
||||
(name "emacs-orgit")
|
||||
(version "1.7.2")
|
||||
(version "1.8.0")
|
||||
(home-page "https://github.com/magit/orgit")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -24089,7 +24089,7 @@ (define-public emacs-orgit
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lc2lk9c7b92c1cna2pyb88x9fa4bydcqkp4zcn0khpdv54fmszq"))))
|
||||
"1hjfsj12qx06m8ji4l2sg502a55sabar4h6c2b2i9nmp1xf5889l"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-magit))
|
||||
|
|
Loading…
Reference in a new issue