update packages
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
(define-package "memoize" "20200103.2036" "Memoization functions" 'nil :commit "51b075935ca7070f62fae1d69fe0ff7d8fa56fdd" :authors
|
||||
'(("Christopher Wellons" . "mosquitopsu@gmail.com"))
|
||||
:maintainers
|
||||
'(("Christopher Wellons" . "mosquitopsu@gmail.com"))
|
||||
:maintainer
|
||||
'("Christopher Wellons" . "mosquitopsu@gmail.com")
|
||||
:url "https://github.com/skeeto/emacs-memoize")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "memoize" "20200103.2036"
|
||||
"Memoization functions."
|
||||
()
|
||||
:url "https://github.com/skeeto/emacs-memoize"
|
||||
:commit "51b075935ca7070f62fae1d69fe0ff7d8fa56fdd"
|
||||
:revdesc "51b075935ca7"
|
||||
:authors '(("Christopher Wellons" . "mosquitopsu@gmail.com"))
|
||||
:maintainers '(("Christopher Wellons" . "mosquitopsu@gmail.com")))
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
;; Author: Christopher Wellons <mosquitopsu@gmail.com>
|
||||
;; URL: https://github.com/skeeto/emacs-memoize
|
||||
;; Version: 1.1
|
||||
;; Package-Version: 20200103.2036
|
||||
;; Package-Revision: 51b075935ca7
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user