gnu: emacs-marginalia: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 1.6. Change-Id: Iaddf6e32f6fac33942067e99d9a832eb6895d174
This commit is contained in:
		
							parent
							
								
									b1398be68c
								
							
						
					
					
						commit
						482ebe3274
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -12397,7 +12397,7 @@ expansion and overwriting the marked region with a new snippet completion.")
 | 
				
			||||||
(define-public emacs-marginalia
 | 
					(define-public emacs-marginalia
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-marginalia")
 | 
					    (name "emacs-marginalia")
 | 
				
			||||||
    (version "1.5")
 | 
					    (version "1.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -12406,7 +12406,7 @@ expansion and overwriting the marked region with a new snippet completion.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "12ncif2lv6d7r2g87lyjr7idbqa283ijb3qgd5a61i3760czs7d6"))))
 | 
					        (base32 "196gjpmzra9azhrnvlhx50dlc59390hq4wxn0f9m4n86ig4i5dr0"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue