Merge pull request #317182 from fabaff/adafruit-platformdetect-bump

python312Packages.adafruit-platformdetect: 3.66.0 -> 3.68.0
This commit is contained in:
Fabian Affolter 2024-06-04 21:04:03 +02:00 committed by GitHub
commit 022f2b684c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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