mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
bump: :lang beancount dart elixir fsharp go graphviz
ananthakumaran/exunit.el@9a7cfc3d78 -> ananthakumaran/exunit.el@12a1efd003 beancount/beancount-mode@eb8b9b72a7 -> beancount/beancount-mode@8a564f5a26 emacs-lsp/lsp-dart@34e2a1191f -> emacs-lsp/lsp-dart@fd82395180 emacsorphanage/dart-mode@edb45cb709 -> emacsorphanage/dart-mode@9fbf703e1f fsharp/emacs-fsharp-mode@91abae13e8 -> fsharp/emacs-fsharp-mode@c0f4df4747 ppareit/graphviz-dot-mode@2c7ba85d19 -> ppareit/graphviz-dot-mode@516c151b84 weijiangan/flycheck-golangci-lint@14bf143ea7 -> weijiangan/flycheck-golangci-lint@38cc30eb8b
This commit is contained in:
parent
3a2c394a0a
commit
459906d447
6 changed files with 7 additions and 7 deletions
|
|
@ -4,4 +4,4 @@
|
|||
(package! beancount
|
||||
:recipe (:host github
|
||||
:repo "beancount/beancount-mode")
|
||||
:pin "eb8b9b72a750b8d5db97dec909298162ae798e33")
|
||||
:pin "8a564f5a26e6245860188ebf71db0262dd78e068")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/dart/packages.el
|
||||
|
||||
(package! dart-mode :pin "edb45cb7095b1e4f62eaae33e56fe9af5b010213")
|
||||
(package! dart-mode :pin "9fbf703e1f8f32be4f864bc532490c6bcd71a746")
|
||||
|
||||
(when (and (modulep! +tree-sitter) (treesit-available-p))
|
||||
(package! dart-ts-mode
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
(when (and (modulep! +lsp)
|
||||
(modulep! :tools lsp -eglot))
|
||||
(package! lsp-dart :pin "34e2a1191f723792d5f366b314cd6b07de4f1566"))
|
||||
(package! lsp-dart :pin "fd8239518026041a07305e88c15ad40faf3c3038"))
|
||||
|
||||
(when (modulep! +flutter)
|
||||
(package! flutter :pin "e71235d400787d977da7ed792709437899c2a03c")
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
|
||||
;; +elixir.el
|
||||
(package! elixir-mode :pin "00d6580a040a750e019218f9392cf9a4c2dac23a")
|
||||
(package! exunit :pin "9a7cfc3d7893cba3b2955be7399a2158bbed4d8b")
|
||||
(package! exunit :pin "12a1efd003d3fbe6d91816fcec4b8d10bdba8d8d")
|
||||
(when (modulep! :checkers syntax -flymake)
|
||||
(package! flycheck-credo :pin "e285bd042a535d0f13e0b4c5226df404cdda4033"))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/fsharp/packages.el
|
||||
|
||||
(package! fsharp-mode :pin "91abae13e891cf271e349ecc642d62bb310c7f02")
|
||||
(package! fsharp-mode :pin "c0f4df474731bf1a75735af121ea47e9238ccb88")
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
(package! go-gen-test :pin "af00a9abbaba2068502327ecdef574fd894a884b")
|
||||
|
||||
(when (modulep! :checkers syntax -flymake)
|
||||
(package! flycheck-golangci-lint :pin "14bf143ea7ae190544326576a156de9c915a4751"))
|
||||
(package! flycheck-golangci-lint :pin "38cc30eb8b3056260993bd085f5ae6bc90af177f"))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/graphviz/packages.el
|
||||
|
||||
(package! graphviz-dot-mode :pin "2c7ba85d19cbed4984d0cab31aa33800ffa89f78")
|
||||
(package! graphviz-dot-mode :pin "516c151b845a3eb2da73eb4ee648ad99172087ac")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue