gnu: emacs-god-mode: Update to 2.17.3.
* gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.17.3.
This commit is contained in:
		
							parent
							
								
									649d9bccef
								
							
						
					
					
						commit
						e35f0c4634
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6805,7 +6805,7 @@ linting of manifests and integration with Puppet Debugger.")
 | 
				
			||||||
(define-public emacs-god-mode
 | 
					(define-public emacs-god-mode
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-god-mode")
 | 
					    (name "emacs-god-mode")
 | 
				
			||||||
    (version "2.17.0")
 | 
					    (version "2.17.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -6815,7 +6815,7 @@ linting of manifests and integration with Puppet Debugger.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1d2nrj35fzhnycchi0b7m5mbk5fyq7bgpbkkvc5xzqafclrsnapi"))))
 | 
					         "1wsc04l5j5a9y5439qx85pcchxjnjgcgwbffw3l30q9zlblvc58b"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/chrisdone/god-mode")
 | 
					    (home-page "https://github.com/chrisdone/god-mode")
 | 
				
			||||||
    (synopsis "Minor mode for entering commands without modifier keys")
 | 
					    (synopsis "Minor mode for entering commands without modifier keys")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue