bump: :lang lua

https://git.sr.ht/~technomancy/fennel-mode@50ef3c6246f3 -> https://git.sr.ht/~technomancy/fennel-mode@566435734946

A fix was added upstream to fix `fennel-repl` no longer returning the
repl buffer. This fixes `+eval-open-repl` in fennel-mode.
This commit is contained in:
floyza 2022-07-23 07:31:26 -07:00 committed by GitHub
parent 53452f43b7
commit e478f597cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
:pin "fcb99e5efcf31db05f236f02eaa575986a57172d")))
(when (featurep! +fennel)
(package! fennel-mode :pin "50ef3c6246f36085cd908cf5432133cadb792304"))
(package! fennel-mode :pin "5664357349462d0564c0bb55cb289a6722f0ecbc"))
(when (featurep! :completion company)
(package! company-lua :pin "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52"))