update packages
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
(define-package "biblio-core" "20230202.1721" "A framework for looking up and displaying bibliographic entries"
|
||||
'((emacs "24.3")
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "biblio-core" "20230202.1721"
|
||||
"A framework for looking up and displaying bibliographic entries."
|
||||
'((emacs "24.3")
|
||||
(let-alist "1.0.4")
|
||||
(seq "1.11")
|
||||
(dash "2.12.1"))
|
||||
:commit "ee52f6cda82ea6fbc3b400e7b12132595cc0374c" :authors
|
||||
'(("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
|
||||
:maintainers
|
||||
'(("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
|
||||
:maintainer
|
||||
'("Clément Pit-Claudel" . "clement.pitclaudel@live.com")
|
||||
:keywords
|
||||
'("bib" "tex" "convenience" "hypermedia")
|
||||
:url "https://github.com/cpitclaudel/biblio.el")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
(seq "1.11")
|
||||
(dash "2.12.1"))
|
||||
:url "https://github.com/cpitclaudel/biblio.el"
|
||||
:commit "ee52f6cda82ea6fbc3b400e7b12132595cc0374c"
|
||||
:revdesc "ee52f6cda82e"
|
||||
:keywords '("bib" "tex" "convenience" "hypermedia")
|
||||
:authors '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
|
||||
:maintainers '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com")))
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
;; Copyright (C) 2016 Clément Pit-Claudel
|
||||
|
||||
;; Author: Clément Pit-Claudel <clement.pitclaudel@live.com>
|
||||
;; Version: 0.3
|
||||
;; Package-Version: 20230202.1721
|
||||
;; Package-Revision: ee52f6cda82e
|
||||
;; Package-Requires: ((emacs "24.3") (let-alist "1.0.4") (seq "1.11") (dash "2.12.1"))
|
||||
;; Keywords: bib, tex, convenience, hypermedia
|
||||
;; URL: https://github.com/cpitclaudel/biblio.el
|
||||
|
||||
Reference in New Issue
Block a user