From 93a6e40cd79e05e29dd1a203ee2b8d097fa07fd3 Mon Sep 17 00:00:00 2001 From: Mark Liffiton Date: Fri, 19 Feb 2021 23:57:21 -0600 Subject: [PATCH] Bring in latest WiringPi for more hardware compatibility, Arch compile fix. Bump to 2.60.1. --- WiringPi | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WiringPi b/WiringPi index 5bbb6e3..e9821ab 160000 --- a/WiringPi +++ b/WiringPi @@ -1 +1 @@ -Subproject commit 5bbb6e34b854a1a911e85145741681b875aec1a4 +Subproject commit e9821abdb4b4fe46a2ea9243471d339435fa7bde diff --git a/setup.py b/setup.py index 2d83e0e..4d2e3f1 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def run(self): setup( name = 'wiringpi', - version = '2.60.0', + version = '2.60.1', ext_modules = [ _wiringpi ], py_modules = ["wiringpi"], install_requires=[],