gnu: emacs-embark: Update to 1.0
* gnu/packages/emacs-xyx.scm (emacs-embark): Update to 1.0 Change-Id: I230bac996df9883a20c9f70e0b27f5bed37c91fa Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
		
							parent
							
								
									9002b04e13
								
							
						
					
					
						commit
						1a9f267f51
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11691,7 +11691,7 @@ them easier to distinguish from other, less important buffers.")
 | 
			
		|||
(define-public emacs-embark
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-embark")
 | 
			
		||||
    (version "0.23")
 | 
			
		||||
    (version "1.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -11699,7 +11699,7 @@ them easier to distinguish from other, less important buffers.")
 | 
			
		|||
             (url "https://github.com/oantolin/embark")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1dmsaw1m819kzmai45c4cqh5lyyha451f7dxzwwfz9crmzg2w5sf"))
 | 
			
		||||
        (base32 "14alpanynww6z7yxxyiiy24c0p4pq1argsb0pmqavq25mdxgn4v2"))
 | 
			
		||||
       (file-name (git-file-name name version))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue