gnu: emacs-disable-mouse: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-disable-mouse): Update to 0.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									7417036f0d
								
							
						
					
					
						commit
						b95c42273b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -12047,7 +12047,7 @@ running tests easier.")
 | 
				
			||||||
(define-public emacs-disable-mouse
 | 
					(define-public emacs-disable-mouse
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-disable-mouse")
 | 
					    (name "emacs-disable-mouse")
 | 
				
			||||||
    (version "0.2")
 | 
					    (version "0.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -12056,7 +12056,7 @@ running tests easier.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1v1y5hf6k6ng7xsvgb27nh740d14m6l4krr0paccda8zgm4mw357"))))
 | 
					        (base32 "0l6mai68ns3qw3rlvjvzsnqwdy7bxqiy0vdwflq0l1plxb1vazyc"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/purcell/disable-mouse")
 | 
					    (home-page "https://github.com/purcell/disable-mouse")
 | 
				
			||||||
    (synopsis "Disable mouse commands globally")
 | 
					    (synopsis "Disable mouse commands globally")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue