gnu: emacs-with-editor: Update to 2.9.4.
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.9.4.
This commit is contained in:
		
							parent
							
								
									e6bdc6949b
								
							
						
					
					
						commit
						d82a5e70c8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -379,7 +379,7 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
 | 
				
			||||||
(define-public emacs-with-editor
 | 
					(define-public emacs-with-editor
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-with-editor")
 | 
					    (name "emacs-with-editor")
 | 
				
			||||||
    (version "2.9.2")
 | 
					    (version "2.9.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -388,7 +388,7 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1m8bm8q5zakfjdkd0662gbkvzmcrlkxy1856xns2nfiflrkpw88b"))))
 | 
					        (base32 "1z3214zjf3dassb31k14gq4nbr3q8g5x87ydfah28hm4j08v0wb3"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-dash" ,emacs-dash)))
 | 
					     `(("emacs-dash" ,emacs-dash)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue