Merge pull request #242235 from fabaff/adafruit-platformdetect-bump

python311Packages.adafruit-platformdetect: 3.46.0 -> 3.47.0
This commit is contained in:
Mario Rodas 2023-07-08 07:05:12 -05:00 committed by GitHub
commit fc08a517f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;