python310Packages.adafruit-platformdetect: 3.42.0 -> 3.43.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.43.0
This commit is contained in:
Fabian Affolter 2023-04-03 20:48:05 +02:00
parent 73909f4f26
commit 8c119d2641

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.42.0";
version = "3.43.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-nFpPJKQv7UNsza1PAcTsZNVp9nFVa/pHlvNRVM4UIUY=";
hash = "sha256-7JsdHeYjPSXGdnvs67haOYqX+le+RmivfXPtxDT6BJ8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;