python311Packages.adafruit-platformdetect: 3.47.0 -> 3.48.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.48.0
This commit is contained in:
Fabian Affolter
2023-07-28 21:31:25 +02:00
parent 857df777e0
commit 5660ff30d7
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.47.0";
version = "3.48.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-42YG+brxKCo16xp72+EhmCkgABC2BAFYNWTKqTT1jeE=";
hash = "sha256-wc8TC1IoeeeANlQILFeXUx9jJqpn1Mr3KNhJC6ZJAhU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;