gnu: emacs-citar: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.
This commit is contained in:
		
							parent
							
								
									63d8c7a82f
								
							
						
					
					
						commit
						b1c2ad312d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -17894,7 +17894,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
 | 
			
		|||
(define-public emacs-citar
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-citar")
 | 
			
		||||
    (version "0.8")
 | 
			
		||||
    (version "0.9")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -17903,7 +17903,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
 | 
			
		|||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1jrfcfr976c9nb2vpfrh6yhck5gm34wcjzbk0m6gq2xg3qfv2g6p"))))
 | 
			
		||||
        (base32 "15jhpl2j4rm97cvvqzlfzxarvxvcsg64raz068psrsd2y7y2zh4c"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("emacs-auctex" ,emacs-auctex)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue