Bump :lang raku

Raku/raku-mode@d474216 -> Raku/raku-mode@e0639c8
This commit is contained in:
Henrik Lissner 2020-06-05 15:18:28 -04:00
parent 0f03c32a12
commit 50860a779b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,5 @@
;;; lang/raku/config.el -*- lexical-binding: t; -*- ;;; lang/raku/config.el -*- lexical-binding: t; -*-
(use-package! raku-mode (use-package! raku-mode
:defer t :defer t
:init :init

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; lang/raku/packages.el ;;; lang/raku/packages.el
(package! raku-mode :pin "d474216840251dc0efe4f4aa4f5c5f66ac26fa74") (package! raku-mode :pin "e0639c89a3a29e9196e298951da6c3a79fb944e8")
(when (featurep! :checkers syntax) (when (featurep! :checkers syntax)
(package! flycheck-raku (package! flycheck-raku