python3Packages.adafruit-platformdetect: 3.3.0 -> 3.4.0

This commit is contained in:
Fabian Affolter 2021-03-14 14:29:44 +01:00
parent f7574a5c8f
commit 03bc13f68c

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "Adafruit-PlatformDetect";
version = "3.3.0";
version = "3.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-F5p3RO9847YQ7tDzb0r3+6dSCEAWoyxtMGBwhywR3/0=";
sha256 = "sha256-+rZUIZA2P7NZ4jbJsenGlD0OZi5fXFQ/Y5vJo4bmvMo=";
};
nativeBuildInputs = [ setuptools-scm ];