python312Packages.adafruit-platformdetect: 3.74.0 -> 3.75.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.75.0
This commit is contained in:
Fabian Affolter
2024-10-07 20:09:30 +02:00
parent 6e76dfd424
commit a1df730175
@@ -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 ];