update packages
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
(define-package "sphinx-doc" "20210213.1250" "Sphinx friendly docstrings for Python functions"
|
||||
'((s "1.9.0")
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "sphinx-doc" "20210213.1250"
|
||||
"Sphinx friendly docstrings for Python functions."
|
||||
'((s "1.9.0")
|
||||
(cl-lib "0.5")
|
||||
(dash "2.10.0"))
|
||||
:commit "1eda612a44ef027e5229895daa77db99a21b8801" :authors
|
||||
'(("Vineet Naik" . "naikvin@gmail.com"))
|
||||
:maintainers
|
||||
'(("Vineet Naik" . "naikvin@gmail.com"))
|
||||
:maintainer
|
||||
'("Vineet Naik" . "naikvin@gmail.com")
|
||||
:keywords
|
||||
'("sphinx" "python")
|
||||
:url "https://github.com/naiquevin/sphinx-doc.el")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
(dash "2.10.0"))
|
||||
:url "https://github.com/naiquevin/sphinx-doc.el"
|
||||
:commit "1eda612a44ef027e5229895daa77db99a21b8801"
|
||||
:revdesc "1eda612a44ef"
|
||||
:keywords '("sphinx" "python")
|
||||
:authors '(("Vineet Naik" . "naikvin@gmail.com"))
|
||||
:maintainers '(("Vineet Naik" . "naikvin@gmail.com")))
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
;; Author: Vineet Naik <naikvin@gmail.com>
|
||||
;; URL: https://github.com/naiquevin/sphinx-doc.el
|
||||
;; Version: 0.3.0
|
||||
;; Package-Version: 20210213.1250
|
||||
;; Package-Revision: 1eda612a44ef
|
||||
;; Keywords: Sphinx, Python
|
||||
;; Package-Requires: ((s "1.9.0") (cl-lib "0.5") (dash "2.10.0"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user