python313Packages.adafruit-platformdetect: 3.83.1 -> 3.83.2

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.83.2
This commit is contained in:
Fabian Affolter
2025-09-26 12:16:45 +02:00
parent c0b3679c0e
commit 18af9ba416
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.83.1";
version = "3.83.2";
pyproject = true;
src = fetchPypi {
pname = "adafruit_platformdetect";
inherit version;
hash = "sha256-nRmYJteKu2WXL9rqt7pp3V7hxEZywHvotd9ow77g+JA=";
hash = "sha256-g5KCFpuoJBeaSV/wMfWEDpvpL2LsZfQ6j6EyPVLswBA=";
};
build-system = [ setuptools-scm ];