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

conduit-nginx
Sandro 2021-10-21 20:18:20 +02:00 committed by GitHub
commit 0dd6fc20dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "adafruit-platformdetect";
version = "3.16.0";
version = "3.16.1";
src = fetchPypi {
pname = "Adafruit-PlatformDetect";
inherit version;
sha256 = "sha256-/60f++CemVbeUwRSzQ5dZpoQE4btRiRhnVHHDPIn3Xc=";
sha256 = "sha256-09EzoV+212Nj3abhfS82tRE+KDJQT/tujUtmuo2h2Wk=";
};
nativeBuildInputs = [ setuptools-scm ];