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

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

[elpa] externals/triples 70f67b5762 2/4: Fix incorrect emacs requirement


From: ELPA Syncer
Subject: [elpa] externals/triples 70f67b5762 2/4: Fix incorrect emacs requirements and initial summary line
Date: Sun, 15 Jan 2023 17:58:31 -0500 (EST)

branch: externals/triples
commit 70f67b57624cc595f4e174a9e2349a41f9fd66b5
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>

    Fix incorrect emacs requirements and initial summary line
    
    We now require emacs 28.1, due to some of the functions we use, as well as 
the
    lexical binding.  In addition, there was a typo and an incorrect period in 
the
    initial summary line, which is now fixed.
---
 triples.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/triples.el b/triples.el
index f2425c9cb8..21a0a788c0 100644
--- a/triples.el
+++ b/triples.el
@@ -1,10 +1,10 @@
-;;; triples.el --- A flexible triple-based database for us in apps.  -*- 
lexical-binding: t; -*-
+;;; triples.el --- A flexible triple-based database for use in apps  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (c) 2022  Free Software Foundation, Inc.
 
 ;; Author: Andrew Hyatt <ahyatt@gmail.com>
 ;; Homepage: https://github.com/ahyatt/triples
-;; Package-Requires: ((seq "2.0") (emacs "25"))
+;; Package-Requires: ((seq "2.0") (emacs "28.1"))
 ;; Keywords: triples, kg, data, sqlite
 ;; Version: 0.2.2
 ;; This program is free software; you can redistribute it and/or



reply via email to

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