update packages
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
;; GNU General Public License for more details.
|
||||
|
||||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
;;
|
||||
;; The parsing machine and compiler are partially based on the
|
||||
;; description in Medeiros and Ierusalimschy 2008, "A Parsing Machine
|
||||
;; for PEGs" (http://dl.acm.org/citation.cfm?doid=1408681.1408683).
|
||||
;; for PEGs" (https://dl.acm.org/citation.cfm?doid=1408681.1408683).
|
||||
;;
|
||||
;; The pattern-matching language
|
||||
;; =============================
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
;; GNU General Public License for more details.
|
||||
|
||||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "gnuplot" "20250613.1223"
|
||||
(define-package "gnuplot" "20250724.1531"
|
||||
"Major-mode and interactive frontend for gnuplot."
|
||||
'((emacs "28.1")
|
||||
(compat "30"))
|
||||
:url "https://github.com/emacs-gnuplot/gnuplot"
|
||||
:commit "f10d42221856e86c57dd5cc7400c078c021ba710"
|
||||
:revdesc "f10d42221856"
|
||||
:commit "43e9674b869475b1c2a32f045c167673eb2faae0"
|
||||
:revdesc "43e9674b8694"
|
||||
:keywords '("data" "gnuplot" "plotting")
|
||||
:maintainers '(("Maxime Tréca" . "maxime@gmail.com")
|
||||
("Daniel Mendler" . "mail@daniel-mendler.de")))
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
;; Author: Jon Oddie, Bruce Ravel, Phil Type
|
||||
;; Maintainer: Maxime Tréca <maxime@gmail.com>, Daniel Mendler <mail@daniel-mendler.de>
|
||||
;; Created: 1998
|
||||
;; Package-Version: 20250613.1223
|
||||
;; Package-Revision: f10d42221856
|
||||
;; Package-Version: 20250724.1531
|
||||
;; Package-Revision: 43e9674b8694
|
||||
;; Keywords: data gnuplot plotting
|
||||
;; URL: https://github.com/emacs-gnuplot/gnuplot
|
||||
;; Package-Requires: ((emacs "28.1") (compat "30"))
|
||||
@@ -24,7 +24,7 @@
|
||||
;; GNU General Public License for more details.
|
||||
|
||||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user