python311Packages.adafruit-platformdetect: 3.45.2 -> 3.46.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.46.0
This commit is contained in:
Fabian Affolter 2023-05-12 21:15:57 +02:00
parent 5a90463a8c
commit 8be1831f73

View file

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