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:
		
							parent
							
								
									f04883d0ba
								
							
						
					
					
						commit
						1a5c3f1af3
					
				
					 1 changed files with 29 additions and 32 deletions
				
			
		| 
						 | 
					@ -18691,37 +18691,34 @@ 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.
 | 
					  (package
 | 
				
			||||||
  (let ((commit "5bb9be2232db72b04754d7e4c02a3976ad422f6f")
 | 
					    (name "emacs-org-ref")
 | 
				
			||||||
        (revision "2"))
 | 
					    (version "2.0.0")
 | 
				
			||||||
    (package
 | 
					    (source
 | 
				
			||||||
      (name "emacs-org-ref")
 | 
					     (origin
 | 
				
			||||||
      (version (git-version "1.1.1" revision commit))
 | 
					       (method git-fetch)
 | 
				
			||||||
      (source
 | 
					       (uri (git-reference
 | 
				
			||||||
       (origin
 | 
					             (url "https://github.com/jkitchin/org-ref")
 | 
				
			||||||
         (method git-fetch)
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
         (uri (git-reference
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
               (url "https://github.com/jkitchin/org-ref")
 | 
					       (sha256
 | 
				
			||||||
               (commit commit)))
 | 
					        (base32 "0xd1qp8dfy8n8b2n3rsdzm8vrfl7dii142kw330s8jp3pavww1f6"))))
 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
         (sha256
 | 
					    (propagated-inputs
 | 
				
			||||||
          (base32 "15gcvbfj19kyv4nxa632b261dwhb26m99plq230qhv9ssfwfgxbx"))))
 | 
					     `(("emacs-dash" ,emacs-dash)
 | 
				
			||||||
      (build-system emacs-build-system)
 | 
					       ("emacs-f" ,emacs-f)
 | 
				
			||||||
      (propagated-inputs
 | 
					       ("emacs-helm" ,emacs-helm)
 | 
				
			||||||
       `(("emacs-dash" ,emacs-dash)
 | 
					       ("emacs-helm-bibtex" ,emacs-helm-bibtex)
 | 
				
			||||||
         ("emacs-f" ,emacs-f)
 | 
					       ("emacs-htmlize" ,emacs-htmlize)
 | 
				
			||||||
         ("emacs-helm" ,emacs-helm)
 | 
					       ("emacs-hydra" ,emacs-hydra)
 | 
				
			||||||
         ("emacs-helm-bibtex" ,emacs-helm-bibtex)
 | 
					       ("emacs-ivy" ,emacs-ivy)
 | 
				
			||||||
         ("emacs-htmlize" ,emacs-htmlize)
 | 
					       ("emacs-key-chord" ,emacs-key-chord)
 | 
				
			||||||
         ("emacs-hydra" ,emacs-hydra)
 | 
					       ("emacs-pdf-tools" ,emacs-pdf-tools)
 | 
				
			||||||
         ("emacs-ivy" ,emacs-ivy)
 | 
					       ("emacs-s" ,emacs-s)))
 | 
				
			||||||
         ("emacs-key-chord" ,emacs-key-chord)
 | 
					    (home-page "https://github.com/jkitchin/org-ref")
 | 
				
			||||||
         ("emacs-pdf-tools" ,emacs-pdf-tools)
 | 
					    (synopsis "Citations, cross-references and bibliographies in Org mode")
 | 
				
			||||||
         ("emacs-s" ,emacs-s)))
 | 
					    (description
 | 
				
			||||||
      (home-page "https://github.com/jkitchin/org-ref")
 | 
					     "Org Ref is an Emacs library that provides rich support for citations,
 | 
				
			||||||
      (synopsis "Citations, cross-references and bibliographies in Org mode")
 | 
					 | 
				
			||||||
      (description
 | 
					 | 
				
			||||||
       "Org Ref is an Emacs library that provides rich support for citations,
 | 
					 | 
				
			||||||
labels and cross-references in Org mode.
 | 
					labels and cross-references in Org mode.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The basic idea of Org Ref is that it defines a convenient interface to insert
 | 
					The basic idea of Org Ref is that it defines a convenient interface to insert
 | 
				
			||||||
| 
						 | 
					@ -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"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue