update packages
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
(define-package "pythonic" "20230821.1733" "Utility functions for writing pythonic emacs package"
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "pythonic" "20230821.1733"
|
||||
"Utility functions for writing pythonic emacs package."
|
||||
'((emacs "25.1")
|
||||
(s "1.9")
|
||||
(f "0.17.2"))
|
||||
:commit "f6e0bec552319341f260a5c4740288799c2b3a5b" :authors
|
||||
'(("Artem Malyshev" . "proofit404@gmail.com"))
|
||||
:maintainers
|
||||
'(("Artem Malyshev" . "proofit404@gmail.com"))
|
||||
:maintainer
|
||||
'("Artem Malyshev" . "proofit404@gmail.com")
|
||||
:keywords
|
||||
'("convenience" "pythonic")
|
||||
:url "https://github.com/proofit404/pythonic")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
(s "1.9")
|
||||
(f "0.17.2"))
|
||||
:url "https://github.com/proofit404/pythonic"
|
||||
:commit "f6e0bec552319341f260a5c4740288799c2b3a5b"
|
||||
:revdesc "f6e0bec55231"
|
||||
:keywords '("convenience" "pythonic")
|
||||
:authors '(("Artem Malyshev" . "proofit404@gmail.com"))
|
||||
:maintainers '(("Artem Malyshev" . "proofit404@gmail.com")))
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
;; Author: Artem Malyshev <proofit404@gmail.com>
|
||||
;; URL: https://github.com/proofit404/pythonic
|
||||
;; Version: 0.2
|
||||
;; Package-Version: 20230821.1733
|
||||
;; Package-Revision: f6e0bec55231
|
||||
;; Package-Requires: ((emacs "25.1") (s "1.9") (f "0.17.2"))
|
||||
;; Keywords: convenience pythonic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user