python310Packages.adafruit-platformdetect: 3.32.0 -> 3.33.0

This commit is contained in:
R. Ryantm 2022-11-09 22:45:47 +00:00
parent 21e0ed0ef1
commit 4ae8ed4631

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.32.0";
version = "3.33.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-MbrRf7kcPNYb1i+5cSkCvO9SJbvrPAeKGWxtfi1FmaQ=";
hash = "sha256-Fj+LUTovZm6t0YRCa8QtoTBal+PefCvTIl9OeBoac6U=";
};
nativeBuildInputs = [