python311Packages.adafruit-platformdetect: 3.46.0 -> 3.47.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.47.0
This commit is contained in:
Fabian Affolter 2023-07-08 11:54:55 +02:00
parent 664c30f76b
commit b45792d9e1

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.46.0";
version = "3.47.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-d8RhnMcTeHFDpVS+c5lETRz75vFPOMIaqbqPGVG4vHY=";
hash = "sha256-42YG+brxKCo16xp72+EhmCkgABC2BAFYNWTKqTT1jeE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;