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

python312Packages.adafruit-platformdetect: 3.60.0 -> 3.61.0
This commit is contained in:
Fabian Affolter 2024-02-29 10:25:42 +01:00 committed by GitHub
commit 5109965583
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.60.0";
version = "3.61.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-ZE3rETwAuhv7pHA/zYDKtStWONShFG8tWDeN9K8JdG8=";
hash = "sha256-hA10t/ZtMH2MjyHJJdJeOZLOF5NNTCOgGqxU6CCkZlQ=";
};
nativeBuildInputs = [