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

python311Packages.adafruit-platformdetect: 3.59.0 -> 3.60.0
This commit is contained in:
Mario Rodas 2024-02-02 07:16:37 -05:00 committed by GitHub
commit 07af09e642
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.59.0";
version = "3.60.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-zzPoLRZPFG8O45Bih54Mq6VeAYJU25czWFZtl849RgI=";
hash = "sha256-ZE3rETwAuhv7pHA/zYDKtStWONShFG8tWDeN9K8JdG8=";
};
nativeBuildInputs = [