emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mpv 9bd6d36cc7 50/50: Fix #16


From: ELPA Syncer
Subject: [nongnu] elpa/mpv 9bd6d36cc7 50/50: Fix #16
Date: Tue, 28 Dec 2021 00:58:45 -0500 (EST)

branch: elpa/mpv
commit 9bd6d36cc77d3123b5ab11f11c47a0eff8cbf968
Author: Johann Klähn <johann@jklaehn.de>
Commit: GitHub <noreply@github.com>

    Fix #16
    
    `alist-get` needs emacs ≥ 25.1
---
 mpv.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpv.el b/mpv.el
index 4dabe16230..d3e6beb188 100644
--- a/mpv.el
+++ b/mpv.el
@@ -6,7 +6,7 @@
 ;; URL: https://github.com/kljohann/mpv.el
 ;; Version: 0.1.0
 ;; Keywords: tools, multimedia
-;; Package-Requires: ((cl-lib "0.5") (emacs "24") (json "1.3") (org "8.0"))
+;; Package-Requires: ((cl-lib "0.5") (emacs "25.1") (json "1.3") (org "8.0"))
 
 ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]