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

python3Packages.adafruit-platformdetect: 3.19.2 -> 3.20.0
This commit is contained in:
Fabian Affolter 2022-02-22 11:46:34 +01:00 committed by GitHub
commit cd38a92d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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