python312Packages.adafruit-platformdetect: 3.74.0 -> 3.75.0 (#347144)

This commit is contained in:
Fabian Affolter 2024-10-08 10:26:13 +02:00 committed by GitHub
commit 9ed67c8b8f
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.74.0";
version = "3.75.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "adafruit_platformdetect";
inherit version;
hash = "sha256-rVmtqpVjQgovAsVCu3+hgglga9LJPGT8zzlhySmpba8=";
hash = "sha256-5Awvnzw0tgZhRXVshTOuzerdORJ+5QCH3PDB7pbjCB0=";
};
build-system = [ setuptools-scm ];