aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-01-14 12:08:43 -0800
committerGitHub <noreply@github.com>2020-01-14 12:08:43 -0800
commit3e8d88b35417f1575dd66998de3af74e9ecabacb (patch)
treeec411546f10bf2cbb861a35740a99a558cd7570b
parent3aa52515720b75ada15777ab8d14c1d253921638 (diff)
parentfafccab54ffd32f8aa1339e150d8571220b7bc1d (diff)
Merge pull request #11006 from commodo/evdev
python-evdev: bump to version 1.3.0
-rw-r--r--lang/python/python-evdev/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-evdev/Makefile b/lang/python/python-evdev/Makefile
index 40dbb3996..2f7ad030d 100644
--- a/lang/python/python-evdev/Makefile
+++ b/lang/python/python-evdev/Makefile
@@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=python-evdev
-PKG_VERSION:=1.2.0
+PKG_VERSION:=1.3.0
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_MAINTAINER:=Paulo Costa <me@paulo.costa.nom.br>, Alexandru Ardelean <ardeleanalex@gmail.com>
PYPI_NAME:=evdev
-PKG_HASH:=b03f5e1be5b4a5327494a981b831d251a142b09e8778eda1a8b53eba91100166
+PKG_HASH:=b1c649b4fed7252711011da235782b2c260b32e004058d62473471e5cd30634d
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk