mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-jedi: Update to 0.2.8.
* gnu/packages/emacs-xyz.scm (emacs-jedi): Update to 0.2.8.
This commit is contained in:
parent
0da921dce7
commit
503f9aadc4
1 changed files with 2 additions and 2 deletions
|
@ -4365,7 +4365,7 @@ (define-public emacs-python-environment
|
|||
(define-public emacs-jedi
|
||||
(package
|
||||
(name "emacs-jedi")
|
||||
(version "0.2.7")
|
||||
(version "0.2.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4374,7 +4374,7 @@ (define-public emacs-jedi
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xbp9fcxgbf298w05hvf52z41kk7r52975ailgdn8sg60xc98fa7"))))
|
||||
"1bckxppfzd5gwn0aw4h86igb7igal9axqncq7j8zmflg7zppncf1"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("emacs-mocker" ,emacs-mocker)))
|
||||
|
|
Loading…
Reference in a new issue