python312Packages.adafruit-platformdetect: 3.60.0 -> 3.61.0

Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.61.0
This commit is contained in:
Fabian Affolter 2024-02-29 09:22:06 +01:00
parent 06496c9f37
commit 72af9e6863

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 = [