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:
Michael Rohleder 2020-10-28 18:03:55 +01:00 committed by Nicolas Goaziou
parent 7417036f0d
commit b95c42273b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12047,7 +12047,7 @@ (define-public emacs-xtest
(define-public emacs-disable-mouse
(package
(name "emacs-disable-mouse")
(version "0.2")
(version "0.3")
(source
(origin
(method git-fetch)
@ -12056,7 +12056,7 @@ (define-public emacs-disable-mouse
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1v1y5hf6k6ng7xsvgb27nh740d14m6l4krr0paccda8zgm4mw357"))))
(base32 "0l6mai68ns3qw3rlvjvzsnqwdy7bxqiy0vdwflq0l1plxb1vazyc"))))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/disable-mouse")
(synopsis "Disable mouse commands globally")