gnu: emacs-org-ref: Update to 2.0.0.

* gnu/packages/emacs-xyz.scm (emacs-org-ref): Update to 2.0.0.
This commit is contained in:
Nicolas Goaziou 2021-08-24 11:10:47 +02:00
parent f04883d0ba
commit 1a5c3f1af3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18691,21 +18691,18 @@ their meaning for the current Emacs major-mode.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-ref (define-public emacs-org-ref
;; No release since June 2017.
(let ((commit "5bb9be2232db72b04754d7e4c02a3976ad422f6f")
(revision "2"))
(package (package
(name "emacs-org-ref") (name "emacs-org-ref")
(version (git-version "1.1.1" revision commit)) (version "2.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jkitchin/org-ref") (url "https://github.com/jkitchin/org-ref")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "15gcvbfj19kyv4nxa632b261dwhb26m99plq230qhv9ssfwfgxbx")))) (base32 "0xd1qp8dfy8n8b2n3rsdzm8vrfl7dii142kw330s8jp3pavww1f6"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)
@ -18739,7 +18736,7 @@ a DOI.
Org Ref is especially suitable for Org documents destined for LaTeX export and Org Ref is especially suitable for Org documents destined for LaTeX export and
scientific publication. Org Ref is also useful for research documents and scientific publication. Org Ref is also useful for research documents and
notes.") notes.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-org-reveal (define-public emacs-org-reveal
(let ((commit "84039bb499290926511b04749882ecb5eda45a0c")) (let ((commit "84039bb499290926511b04749882ecb5eda45a0c"))