Bump :lang python
cython/cython@1bc86b5 -> cython/cython@f6bf6aa emacs-lsp/lsp-python-ms@83ef84d -> emacs-lsp/lsp-python-ms@5d0c799 pythonic-emacs/anaconda-mode@1bc301b -> pythonic-emacs/anaconda-mode@10299bd pythonic-emacs/company-anaconda@398fad1 -> pythonic-emacs/company-anaconda@a31354c
This commit is contained in:
parent
e46cd73f3d
commit
ba58beffde
1 changed files with 4 additions and 4 deletions
|
@ -4,18 +4,18 @@
|
||||||
;; Major modes
|
;; Major modes
|
||||||
(package! pip-requirements :pin "216cd1690f")
|
(package! pip-requirements :pin "216cd1690f")
|
||||||
(when (featurep! +cython)
|
(when (featurep! +cython)
|
||||||
(package! cython-mode :pin "1bc86b5750")
|
(package! cython-mode :pin "f6bf6aa9c7")
|
||||||
(when (featurep! :checkers syntax)
|
(when (featurep! :checkers syntax)
|
||||||
(package! flycheck-cython :pin "ecc4454d35")))
|
(package! flycheck-cython :pin "ecc4454d35")))
|
||||||
|
|
||||||
;; LSP
|
;; LSP
|
||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(package! lsp-python-ms :pin "83ef84d9a4"))
|
(package! lsp-python-ms :pin "5d0c799099"))
|
||||||
|
|
||||||
;; Programming environment
|
;; Programming environment
|
||||||
(package! anaconda-mode :pin "1bc301b2d2")
|
(package! anaconda-mode :pin "10299bd9ff")
|
||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
(package! company-anaconda :pin "398fad1916"))
|
(package! company-anaconda :pin "a31354ca8e"))
|
||||||
|
|
||||||
;; Environment management
|
;; Environment management
|
||||||
(package! pipenv :pin "b730bb509e")
|
(package! pipenv :pin "b730bb509e")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue