python312Packages.adafruit-platformdetect: 3.68.0 -> 3.69.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.69.0
This commit is contained in:
Fabian Affolter 2024-06-07 08:43:26 +02:00
parent 4f4846ed59
commit 2be5bbe055

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.68.0";
version = "3.69.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "adafruit_platformdetect";
inherit version;
hash = "sha256-wJgnwe8szhLMQWABiWC8nluuJICezuhy//OMeMIjftk=";
hash = "sha256-J+4VSA+2xZCNoLrICNXpmIG8tU6cnOn4EjEnN1VFGYU=";
};
build-system = [ setuptools-scm ];