python311Packages.adafruit-platformdetect: 3.52.1 -> 3.52.3

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.52.3
This commit is contained in:
Fabian Affolter 2023-09-21 00:07:58 +02:00
parent 7f45760504
commit 4d84f32dd2

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.52.1";
version = "3.52.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-iAz+cGFUZWJIHNEzQyGjJkwVj9GOK8onHTO8t3bs13g=";
hash = "sha256-5JEnsTvY4PgAuaoIyTHriJVJUPAHMYETgqbhAuAPJcI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;