update packages
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
(define-package "s" "20220902.1511" "The long lost Emacs string manipulation library." 'nil :commit "b4b8c03fcef316a27f75633fe4bb990aeff6e705" :authors
|
||||
'(("Magnar Sveen" . "magnars@gmail.com"))
|
||||
:maintainers
|
||||
'(("Jason Milkins" . "jasonm23@gmail.com"))
|
||||
:maintainer
|
||||
'("Jason Milkins" . "jasonm23@gmail.com")
|
||||
:keywords
|
||||
'("strings"))
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "s" "20220902.1511"
|
||||
"The long lost Emacs string manipulation library."
|
||||
()
|
||||
:url "https://github.com/magnars/s.el"
|
||||
:commit "b4b8c03fcef316a27f75633fe4bb990aeff6e705"
|
||||
:revdesc "b4b8c03fcef3"
|
||||
:keywords '("strings")
|
||||
:authors '(("Magnar Sveen" . "magnars@gmail.com"))
|
||||
:maintainers '(("Jason Milkins" . "jasonm23@gmail.com")))
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
;; Author: Magnar Sveen <magnars@gmail.com>
|
||||
;; Maintainer: Jason Milkins <jasonm23@gmail.com>
|
||||
;; Version: 1.13.1
|
||||
;; Package-Version: 20220902.1511
|
||||
;; Package-Revision: b4b8c03fcef3
|
||||
;; Keywords: strings
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
||||
Reference in New Issue
Block a user