update packages
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
(define-package "flycheck-pos-tip" "20200516.1600" "Display Flycheck errors in GUI tooltips"
|
||||
'((emacs "24.1")
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "flycheck-pos-tip" "20200516.1600"
|
||||
"Display Flycheck errors in GUI tooltips."
|
||||
'((emacs "24.1")
|
||||
(flycheck "0.22")
|
||||
(pos-tip "0.4.6"))
|
||||
:commit "dc57beac0e59669926ad720c7af38b27c3a30467" :authors
|
||||
'(("Akiha Senda" . "senda.akiha@gmail.com")
|
||||
("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
|
||||
:maintainers
|
||||
'(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
|
||||
:maintainer
|
||||
'("Sebastian Wiesner" . "swiesner@lunaryorn.com")
|
||||
:keywords
|
||||
'("tools" "convenience")
|
||||
:url "https://github.com/flycheck/flycheck-pos-tip")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
(pos-tip "0.4.6"))
|
||||
:url "https://github.com/flycheck/flycheck-pos-tip"
|
||||
:commit "dc57beac0e59669926ad720c7af38b27c3a30467"
|
||||
:revdesc "dc57beac0e59"
|
||||
:keywords '("tools" "convenience")
|
||||
:authors '(("Akiha Senda" . "senda.akiha@gmail.com")
|
||||
("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
|
||||
:maintainers '(("Sebastian Wiesner" . "swiesner@lunaryorn.com")))
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
;; Maintainer: Sebastian Wiesner <swiesner@lunaryorn.com>
|
||||
;; URL: https://github.com/flycheck/flycheck-pos-tip
|
||||
;; Keywords: tools, convenience
|
||||
;; Version: 0.4-cvs
|
||||
;; Package-Version: 20200516.1600
|
||||
;; Package-Revision: dc57beac0e59
|
||||
;; Package-Requires: ((emacs "24.1") (flycheck "0.22") (pos-tip "0.4.6"))
|
||||
|
||||
;; This file is not part of GNU Emacs.
|
||||
|
||||
Reference in New Issue
Block a user