python310Packages.adafruit-platformdetect: 3.24.0 -> 3.24.1

This commit is contained in:
Fabian Affolter 2022-06-03 00:31:11 +02:00
parent e36551682a
commit 5c63157740

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.24.0";
version = "3.24.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
hash = "sha256-XeaRtdw23mNJ+kgSthGRhq4PCGAwTjpjVyNlNRshoQg=";
hash = "sha256-srM5VX0QXZMLmYmqKttcB8W8oMlGz64e6dQh04OQq8Q=";
};
nativeBuildInputs = [