python310Packages.adafruit-platformdetect: 3.40.2 -> 3.40.3

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.40.3
This commit is contained in:
Fabian Affolter 2023-02-21 21:13:33 +01:00
parent 52a8797a68
commit 47ae163795

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.40.2";
version = "3.40.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-NLbKvC/7N10Y7l94sfiWCmBz92qlgufb1S62Adod4WA=";
hash = "sha256-phG9DEl4JlrIN3zil0SQRZ+DnktpunK094nxVQ9Cksw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;