gnu: emacs-marginalia: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.13.
This commit is contained in:
		
							parent
							
								
									173af0b334
								
							
						
					
					
						commit
						d11f9ac92a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8745,7 +8745,7 @@ and present results either as single emails or full trees.")
 | 
				
			||||||
(define-public emacs-marginalia
 | 
					(define-public emacs-marginalia
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-marginalia")
 | 
					    (name "emacs-marginalia")
 | 
				
			||||||
    (version "0.12")
 | 
					    (version "0.13")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -8754,7 +8754,7 @@ and present results either as single emails or full trees.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1a4k00g2pp7mk0x5zhqbxvv2igfjdz6bfy2g3hps2ygf4h12wbhg"))))
 | 
					        (base32 "1qk6j7l39z92h4kvvbwcs85ilyx3d6y0l8zm33iar2pjnyks1kq3"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/minad/marginalia")
 | 
					    (home-page "https://github.com/minad/marginalia")
 | 
				
			||||||
    (synopsis "Marginalia in the minibuffer completions")
 | 
					    (synopsis "Marginalia in the minibuffer completions")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue