diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-15 18:01:53 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-15 18:01:53 -0200 |
commit | 203402f10a7bce27b30d19aa71b96dad9a0e6b3c (patch) | |
tree | 1f9b9f9c3c63b45a53ebd23be182cb247efa4b98 | |
parent | 65a66c266a10bda3843fbf02eb13789e0f1dc9c7 (diff) |
Hotfix: Bump let-alist dependency. Might affect #151
-rw-r--r-- | sx.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ;; URL: https://github.com/vermiculus/sx.el/ ;; Version: 0.1 ;; Keywords: help, hypermedia, tools -;; Package-Requires: ((emacs "24.1") (cl-lib "0.5") (json "1.3") (markdown-mode "2.0") (let-alist "1.0")) +;; Package-Requires: ((emacs "24.1") (cl-lib "0.5") (json "1.3") (markdown-mode "2.0") (let-alist "1.0.1")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |