update packages
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
(define-package "ivy-bibtex" "20210927.1205" "A bibliography manager based on Ivy"
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "ivy-bibtex" "20210927.1205"
|
||||
"A bibliography manager based on Ivy."
|
||||
'((bibtex-completion "1.0.0")
|
||||
(ivy "0.13.0")
|
||||
(cl-lib "0.5"))
|
||||
:commit "bb47f355b0da8518aa3fb516019120c14c8747c9" :authors
|
||||
'(("Justin Burkett" . "justin@burkett.cc"))
|
||||
:maintainers
|
||||
'(("Titus von der Malsburg" . "malsburg@posteo.de"))
|
||||
:maintainer
|
||||
'("Titus von der Malsburg" . "malsburg@posteo.de")
|
||||
:url "https://github.com/tmalsburg/helm-bibtex")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
(ivy "0.13.0")
|
||||
(cl-lib "0.5"))
|
||||
:url "https://github.com/tmalsburg/helm-bibtex"
|
||||
:commit "bb47f355b0da8518aa3fb516019120c14c8747c9"
|
||||
:revdesc "bb47f355b0da"
|
||||
:authors '(("Justin Burkett" . "justin@burkett.cc"))
|
||||
:maintainers '(("Titus von der Malsburg" . "malsburg@posteo.de")))
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
;; Author: Justin Burkett <justin@burkett.cc>
|
||||
;; Maintainer: Titus von der Malsburg <malsburg@posteo.de>
|
||||
;; URL: https://github.com/tmalsburg/helm-bibtex
|
||||
;; Version: 1.0.1
|
||||
;; Package-Version: 20210927.1205
|
||||
;; Package-Revision: bb47f355b0da
|
||||
;; Package-Requires: ((bibtex-completion "1.0.0") (ivy "0.13.0") (cl-lib "0.5"))
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
||||
Reference in New Issue
Block a user