bump: :lang swift

emacs-lsp/lsp-sourcekit@468c641e35 -> emacs-lsp/lsp-sourcekit@1cd5e7d269
swift-emacs/swift-mode@1244ee48de -> swift-emacs/swift-mode@84059659de

Contains updates for Swift 5.9 and Emacs 29.

Close: #7587
Co-authored-by: jpgrayson <jpgrayson@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2024-01-28 00:46:56 -05:00
parent 4656708807
commit ff33ec8f7a
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1,11 +1,11 @@
;; -*- no-byte-compile: t; -*-
;;; lang/swift/packages.el
(package! swift-mode :pin "1244ee48de1895d33f55fed81fc90acda0c901f1")
(package! swift-mode :pin "84059659de4da89d3d2902611cebed6d0423bf06")
(if (modulep! +lsp)
(unless (modulep! :tools lsp +eglot)
(package! lsp-sourcekit :pin "468c641e35877e4e843f6b7c52a35937de562995"))
(package! lsp-sourcekit :pin "1cd5e7d2699598a97bdbcd289d9a88b249db474c"))
(when (modulep! :completion company)
(package! company-sourcekit :pin "a1860ad4dd3a542acd2fa0dfac2a388cbdf4af0c"))
(when (and (modulep! :checkers syntax)