python3Packages.adafruit-platformdetect: 3.19.2 -> 3.20.0

This commit is contained in:
Fabian Affolter 2022-02-22 09:03:14 +01:00
parent a177c97f76
commit 206f3e74dd

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.19.6";
version = "3.20.0";
format = "setuptools";
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
sha256 = "sha256-Y9g0A9pVjEVcITyaQsyAew6rraTPwZuevSsDD46c0DM=";
sha256 = "sha256-bbzEI/Ig7yQn4/fRmX8tIe6UL+J8iV1TbrCXBU+oLms=";
};
nativeBuildInputs = [